Html Css Color HEX #12487B Dark Cerulean

📋 copy color: '#12487B'

red 18 ◦ green 72 ◦ blue 123

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

Shades of Dark Cerulean #12487B

Tints of Dark Cerulean #12487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 57.75%

R = 8.45%
G = 33.8%
B = 57.75%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12487B (or 0x12487B) is known color: Dark Cerulean. HEX triplet: 12, 48 and 7B. RGB value is (18,72,123). Sum of RGB (Red+Green+Blue) = 18+72+123=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #12487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12487B is #EDB784. Grayscale: #3D3D3D. Windows color (decimal): -15579013 or 8079378. OLE color: 8079378.

HSL color Cylindrical-coordinate representation of color #12487B: hue angle of 209.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12487B is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 72 123 -
CMYK 0.85 0.41 0 0.52
HSL 209.14º 0.74% 0.28% -
HSV(B) 209.14º 0.85% 0.48% -
XYZ 6.14 6.19 19.61 -
YUV 61.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 18 72 123 0.85 0.41 0 0.52 209.14 0.74 0.28
Hex 12 48 7B 55 29 0 34 D1 4A 1C
Octal 22 110 173 125 51 0 64 321 112 34
Binary 10010 1001000 1111011 1010101 101001 0 110100 11010001 1001010 11100

Color Harmonies of #12487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12487B

Black with #12487B

Text Example


Text Example

White with #12487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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