Html Css Color HEX #12486B Dark Cerulean

📋 copy color: '#12486B'

red 18 ◦ green 72 ◦ blue 107

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

Shades of Dark Cerulean #12486B

Tints of Dark Cerulean #12486B

RGB

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

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

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

R = 9.14%
G = 36.55%
B = 54.31%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12486B (or 0x12486B) is known color: Dark Cerulean. HEX triplet: 12, 48 and 6B. RGB value is (18,72,107). Sum of RGB (Red+Green+Blue) = 18+72+107=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #12486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12486B is #EDB794. Grayscale: #3B3B3B. Windows color (decimal): -15579029 or 7030802. OLE color: 7030802.

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

Color convert

RGB 18 72 107 -
CMYK 0.83 0.33 0 0.58
HSL 203.6º 0.71% 0.25% -
HSV(B) 203.6º 0.83% 0.42% -
XYZ 5.22 5.82 14.76 -
YUV 59.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 18 72 107 0.83 0.33 0 0.58 203.6 0.71 0.25
Hex 12 48 6B 53 21 0 3A CC 47 19
Octal 22 110 153 123 41 0 72 314 107 31
Binary 10010 1001000 1101011 1010011 100001 0 111010 11001100 1000111 11001

Color Harmonies of #12486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12486B

Black with #12486B

Text Example


Text Example

White with #12486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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