Html Css Color HEX #12486E Dark Cerulean

📋 copy color: '#12486E'

red 18 ◦ green 72 ◦ blue 110

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

Shades of Dark Cerulean #12486E

Tints of Dark Cerulean #12486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 9%
G = 36%
B = 55%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12486E (or 0x12486E) is known color: Dark Cerulean. HEX triplet: 12, 48 and 6E. RGB value is (18,72,110). Sum of RGB (Red+Green+Blue) = 18+72+110=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #12486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12486E is #EDB791. Grayscale: #3B3B3B. Windows color (decimal): -15579026 or 7227410. OLE color: 7227410.

HSL color Cylindrical-coordinate representation of color #12486E: hue angle of 204.78º 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 #12486E is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 72 110 -
CMYK 0.84 0.35 0 0.57
HSL 204.78º 0.72% 0.25% -
HSV(B) 204.78º 0.84% 0.43% -
XYZ 5.38 5.89 15.6 -
YUV 60.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 18 72 110 0.84 0.35 0 0.57 204.78 0.72 0.25
Hex 12 48 6E 54 23 0 39 CD 48 19
Octal 22 110 156 124 43 0 71 315 110 31
Binary 10010 1001000 1101110 1010100 100011 0 111001 11001101 1001000 11001

Color Harmonies of #12486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12486E

Black with #12486E

Text Example


Text Example

White with #12486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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