Html Css Color HEX #12417B Dark Cerulean

📋 copy color: '#12417B'

red 18 ◦ green 65 ◦ blue 123

#12417B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #12417B

Tints of Dark Cerulean #12417B

RGB

 RED value IS 18 (7.42% from 255) = 8.74%

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 123 (48.44% from 255) = 59.71%

R = 8.74%
G = 31.55%
B = 59.71%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12417B (or 0x12417B) is known color: Dark Cerulean. HEX triplet: 12, 41 and 7B. RGB value is (18,65,123). Sum of RGB (Red+Green+Blue) = 18+65+123=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #12417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12417B is #EDBE84. Grayscale: #393939. Windows color (decimal): -15580805 or 8077586. OLE color: 8077586.

HSL color Cylindrical-coordinate representation of color #12417B: hue angle of 213.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12417B is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 65 123 -
CMYK 0.85 0.47 0 0.52
HSL 213.14º 0.74% 0.28% -
HSV(B) 213.14º 0.85% 0.48% -
XYZ 5.71 5.34 19.47 -
YUV 57.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 18 65 123 0.85 0.47 0 0.52 213.14 0.74 0.28
Hex 12 41 7B 55 2F 0 34 D5 4A 1C
Octal 22 101 173 125 57 0 64 325 112 34
Binary 10010 1000001 1111011 1010101 101111 0 110100 11010101 1001010 11100

Color Harmonies of #12417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12417B

Black with #12417B

Text Example


Text Example

White with #12417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12417B; }

 p { color: rgb(18,65,123); }

 H1.HeaderClassName
 {
   color: #12417B;
 }
 .AnyTagClassName
 {
   color: #12417B;
 }
</style>

background-color css

<style>
 a { background-color: #12417B; }

 a { background-color: rgb(18,65,123); }

 div.DivClassName
 {
   background-color: #12417B;
 }
 .BgClassName
 {
   background-color: #12417B;
 }
</style>

border-color css

<style>
 span { border-color: #12417B; }

 span { border-color: rgb(18,65,123); }

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