Html Css Color HEX #12466F Dark Cerulean

📋 copy color: '#12466F'

red 18 ◦ green 70 ◦ blue 111

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

Shades of Dark Cerulean #12466F

Tints of Dark Cerulean #12466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 9.05%
G = 35.18%
B = 55.78%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12466F (or 0x12466F) is known color: Dark Cerulean. HEX triplet: 12, 46 and 6F. RGB value is (18,70,111). Sum of RGB (Red+Green+Blue) = 18+70+111=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #12466F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466F is #EDB990. Grayscale: #3A3A3A. Windows color (decimal): -15579537 or 7292434. OLE color: 7292434.

HSL color Cylindrical-coordinate representation of color #12466F: hue angle of 206.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12466F is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 70 111 -
CMYK 0.84 0.37 0 0.56
HSL 206.45º 0.72% 0.25% -
HSV(B) 206.45º 0.84% 0.44% -
XYZ 5.31 5.66 15.85 -
YUV 59.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 18 70 111 0.84 0.37 0 0.56 206.45 0.72 0.25
Hex 12 46 6F 54 25 0 38 CE 48 19
Octal 22 106 157 124 45 0 70 316 110 31
Binary 10010 1000110 1101111 1010100 100101 0 111000 11001110 1001000 11001

Color Harmonies of #12466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12466F

Black with #12466F

Text Example


Text Example

White with #12466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12466F; }

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

 H1.HeaderClassName
 {
   color: #12466F;
 }
 .AnyTagClassName
 {
   color: #12466F;
 }
</style>

background-color css

<style>
 a { background-color: #12466F; }

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

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

border-color css

<style>
 span { border-color: #12466F; }

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

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