Html Css Color HEX #12466B Dark Cerulean

📋 copy color: '#12466B'

red 18 ◦ green 70 ◦ blue 107

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

Shades of Dark Cerulean #12466B

Tints of Dark Cerulean #12466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.87%

R = 9.23%
G = 35.9%
B = 54.87%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12466B (or 0x12466B) is known color: Dark Cerulean. HEX triplet: 12, 46 and 6B. RGB value is (18,70,107). Sum of RGB (Red+Green+Blue) = 18+70+107=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #12466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466B is #EDB994. Grayscale: #3A3A3A. Windows color (decimal): -15579541 or 7030290. OLE color: 7030290.

HSL color Cylindrical-coordinate representation of color #12466B: hue angle of 204.94º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12466B is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 70 107 -
CMYK 0.83 0.35 0 0.58
HSL 204.94º 0.71% 0.25% -
HSV(B) 204.94º 0.83% 0.42% -
XYZ 5.09 5.57 14.72 -
YUV 58.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 18 70 107 0.83 0.35 0 0.58 204.94 0.71 0.25
Hex 12 46 6B 53 23 0 3A CD 47 19
Octal 22 106 153 123 43 0 72 315 107 31
Binary 10010 1000110 1101011 1010011 100011 0 111010 11001101 1000111 11001

Color Harmonies of #12466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12466B

Black with #12466B

Text Example


Text Example

White with #12466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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