Html Css Color HEX #12466C Dark Cerulean

📋 copy color: '#12466C'

red 18 ◦ green 70 ◦ blue 108

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

Shades of Dark Cerulean #12466C

Tints of Dark Cerulean #12466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.1%

R = 9.18%
G = 35.71%
B = 55.1%

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

#12466C (or 0x12466C) is known color: Dark Cerulean. HEX triplet: 12, 46 and 6C. RGB value is (18,70,108). Sum of RGB (Red+Green+Blue) = 18+70+108=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #12466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466C is #EDB993. Grayscale: #3A3A3A. Windows color (decimal): -15579540 or 7095826. OLE color: 7095826.

HSL color Cylindrical-coordinate representation of color #12466C: hue angle of 205.33º 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 #12466C is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 70 108 -
CMYK 0.83 0.35 0 0.58
HSL 205.33º 0.71% 0.25% -
HSV(B) 205.33º 0.83% 0.42% -
XYZ 5.15 5.59 15 -
YUV 58.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 18 70 108 0.83 0.35 0 0.58 205.33 0.71 0.25
Hex 12 46 6C 53 23 0 3A CD 47 19
Octal 22 106 154 123 43 0 72 315 107 31
Binary 10010 1000110 1101100 1010011 100011 0 111010 11001101 1000111 11001

Color Harmonies of #12466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12466C

Black with #12466C

Text Example


Text Example

White with #12466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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