Html Css Color HEX #12466D Dark Cerulean

📋 copy color: '#12466D'

red 18 ◦ green 70 ◦ blue 109

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

Shades of Dark Cerulean #12466D

Tints of Dark Cerulean #12466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 9.14%
G = 35.53%
B = 55.33%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12466D (or 0x12466D) is known color: Dark Cerulean. HEX triplet: 12, 46 and 6D. RGB value is (18,70,109). Sum of RGB (Red+Green+Blue) = 18+70+109=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #12466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466D is #EDB992. Grayscale: #3A3A3A. Windows color (decimal): -15579539 or 7161362. OLE color: 7161362.

HSL color Cylindrical-coordinate representation of color #12466D: hue angle of 205.71º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12466D is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 70 109 -
CMYK 0.83 0.36 0 0.57
HSL 205.71º 0.72% 0.25% -
HSV(B) 205.71º 0.83% 0.43% -
XYZ 5.2 5.61 15.28 -
YUV 58.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 18 70 109 0.83 0.36 0 0.57 205.71 0.72 0.25
Hex 12 46 6D 53 24 0 39 CE 48 19
Octal 22 106 155 123 44 0 71 316 110 31
Binary 10010 1000110 1101101 1010011 100100 0 111001 11001110 1001000 11001

Color Harmonies of #12466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12466D

Black with #12466D

Text Example


Text Example

White with #12466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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