Html Css Color HEX #12407B Dark Cerulean

📋 copy color: '#12407B'

red 18 ◦ green 64 ◦ blue 123

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

Shades of Dark Cerulean #12407B

Tints of Dark Cerulean #12407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 8.78%
G = 31.22%
B = 60%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12407B (or 0x12407B) is known color: Dark Cerulean. HEX triplet: 12, 40 and 7B. RGB value is (18,64,123). Sum of RGB (Red+Green+Blue) = 18+64+123=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #12407B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12407B is #EDBF84. Grayscale: #383838. Windows color (decimal): -15581061 or 8077330. OLE color: 8077330.

HSL color Cylindrical-coordinate representation of color #12407B: hue angle of 213.71º 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 #12407B is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 64 123 -
CMYK 0.85 0.48 0 0.52
HSL 213.71º 0.74% 0.28% -
HSV(B) 213.71º 0.85% 0.48% -
XYZ 5.66 5.23 19.45 -
YUV 56.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 18 64 123 0.85 0.48 0 0.52 213.71 0.74 0.28
Hex 12 40 7B 55 30 0 34 D6 4A 1C
Octal 22 100 173 125 60 0 64 326 112 34
Binary 10010 1000000 1111011 1010101 110000 0 110100 11010110 1001010 11100

Color Harmonies of #12407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12407B

Black with #12407B

Text Example


Text Example

White with #12407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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