Html Css Color HEX #12416E Dark Cerulean

📋 copy color: '#12416E'

red 18 ◦ green 65 ◦ blue 110

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

Shades of Dark Cerulean #12416E

Tints of Dark Cerulean #12416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 110 (43.36% from 255) = 56.99%

R = 9.33%
G = 33.68%
B = 56.99%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12416E (or 0x12416E) is known color: Dark Cerulean. HEX triplet: 12, 41 and 6E. RGB value is (18,65,110). Sum of RGB (Red+Green+Blue) = 18+65+110=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #12416E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12416E is #EDBE91. Grayscale: #373737. Windows color (decimal): -15580818 or 7225618. OLE color: 7225618.

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

Color convert

RGB 18 65 110 -
CMYK 0.84 0.41 0 0.57
HSL 209.35º 0.72% 0.25% -
HSV(B) 209.35º 0.84% 0.43% -
XYZ 4.95 5.03 15.46 -
YUV 56.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 18 65 110 0.84 0.41 0 0.57 209.35 0.72 0.25
Hex 12 41 6E 54 29 0 39 D1 48 19
Octal 22 101 156 124 51 0 71 321 110 31
Binary 10010 1000001 1101110 1010100 101001 0 111001 11010001 1001000 11001

Color Harmonies of #12416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12416E

Black with #12416E

Text Example


Text Example

White with #12416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12416E; }

 p { color: rgb(18,65,110); }

 H1.HeaderClassName
 {
   color: #12416E;
 }
 .AnyTagClassName
 {
   color: #12416E;
 }
</style>

background-color css

<style>
 a { background-color: #12416E; }

 a { background-color: rgb(18,65,110); }

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

border-color css

<style>
 span { border-color: #12416E; }

 span { border-color: rgb(18,65,110); }

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