Html Css Color HEX #12407A Dark Cerulean

📋 copy color: '#12407A'

red 18 ◦ green 64 ◦ blue 122

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

Shades of Dark Cerulean #12407A

Tints of Dark Cerulean #12407A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 59.8%

R = 8.82%
G = 31.37%
B = 59.8%

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

#12407A (or 0x12407A) is known color: Dark Cerulean. HEX triplet: 12, 40 and 7A. RGB value is (18,64,122). Sum of RGB (Red+Green+Blue) = 18+64+122=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #12407A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12407A is #EDBF85. Grayscale: #383838. Windows color (decimal): -15581062 or 8011794. OLE color: 8011794.

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

Color convert

RGB 18 64 122 -
CMYK 0.85 0.48 0 0.52
HSL 213.46º 0.74% 0.27% -
HSV(B) 213.46º 0.85% 0.48% -
XYZ 5.6 5.2 19.12 -
YUV 56.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 18 64 122 0.85 0.48 0 0.52 213.46 0.74 0.27
Hex 12 40 7A 55 30 0 34 D5 4A 1B
Octal 22 100 172 125 60 0 64 325 112 33
Binary 10010 1000000 1111010 1010101 110000 0 110100 11010101 1001010 11011

Color Harmonies of #12407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12407A

Black with #12407A

Text Example


Text Example

White with #12407A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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