#231ea6

Color #231EA6 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #231EA6

Tints of Ultramarine #231EA6

Color information

#231EA6 (or 0x231EA6) is unknown color: approx Ultramarine. HEX triplet: 23, 1E and A6. RGB value is (35,30,166). Sum of RGB (Red+Green+Blue) = 35+30+166=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 166 (65.23% from 255 or 71.86% from 231); Max value from RGB is 166 - color contains mainly: blue. Hex color #231EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231EA6 is #DCE159. Grayscale: #2E2E2E. Windows color (decimal): -14475610 or 10886691. OLE color: 10886691.

HSL color Cylindrical-coordinate representation of color #231EA6: hue angle of 242.21º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231EA6 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3530166-
CMYK0.790.8200.35
HSL242.21º69.39%38.43%-
HSV(B)242.21º81.93%65.1%-
XYZ8.044.0436.43-
YUV47195.16119.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 166 (65.23% from 255) = 71.86%
R=15.15%
G=12.99%
B=71.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal35301660.790.8200.35242.2169.3938.43
Hex231EA64F52023f24526
Octal433624611712204336210546
Binary1000111111010100110100111110100100100011111100101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231ea6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231ea6; }

 p { color: rgb(35,30,166); }

 H1.HeaderClassName
 {
   color: #231ea6;
 }
 .AnyTagClassName
 {
   color: #231ea6;
 }
</style>
background-color css

<style>
 a { background-color: #231ea6; }

 a { background-color: rgb(35,30,166); }

 div.DivClassName
 {
   background-color: #231ea6;
 }
 .BgClassName
 {
   background-color: #231ea6;
 }
</style>
border-color css

<style>
 span { border-color: #231ea6; }

 span { border-color: rgb(35,30,166); }

 td.TdClassName
 {
   border-color: #231ea6;
 }
 .TagClassName
 {
   border-color: #231ea6;
 }
</style>