Html Css Color HEX #12467A Dark Cerulean

📋 copy color: '#12467A'

red 18 ◦ green 70 ◦ blue 122

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

Shades of Dark Cerulean #12467A

Tints of Dark Cerulean #12467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

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

R = 8.57%
G = 33.33%
B = 58.1%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12467A (or 0x12467A) is known color: Dark Cerulean. HEX triplet: 12, 46 and 7A. RGB value is (18,70,122). Sum of RGB (Red+Green+Blue) = 18+70+122=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #12467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12467A is #EDB985. Grayscale: #3C3C3C. Windows color (decimal): -15579526 or 8013330. OLE color: 8013330.

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

Color convert

RGB 18 70 122 -
CMYK 0.85 0.43 0 0.52
HSL 210º 0.74% 0.27% -
HSV(B) 210º 0.85% 0.48% -
XYZ 5.95 5.91 19.24 -
YUV 60.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 18 70 122 0.85 0.43 0 0.52 210 0.74 0.27
Hex 12 46 7A 55 2B 0 34 D2 4A 1B
Octal 22 106 172 125 53 0 64 322 112 33
Binary 10010 1000110 1111010 1010101 101011 0 110100 11010010 1001010 11011

Color Harmonies of #12467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12467A

Black with #12467A

Text Example


Text Example

White with #12467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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