Html Css Color HEX #12487A Dark Cerulean

📋 copy color: '#12487A'

red 18 ◦ green 72 ◦ blue 122

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

Shades of Dark Cerulean #12487A

Tints of Dark Cerulean #12487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 8.49%
G = 33.96%
B = 57.55%

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

#12487A (or 0x12487A) is known color: Dark Cerulean. HEX triplet: 12, 48 and 7A. RGB value is (18,72,122). Sum of RGB (Red+Green+Blue) = 18+72+122=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #12487A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12487A is #EDB785. Grayscale: #3D3D3D. Windows color (decimal): -15579014 or 8013842. OLE color: 8013842.

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

Color convert

RGB 18 72 122 -
CMYK 0.85 0.41 0 0.52
HSL 208.85º 0.74% 0.27% -
HSV(B) 208.85º 0.85% 0.48% -
XYZ 6.08 6.17 19.28 -
YUV 61.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 18 72 122 0.85 0.41 0 0.52 208.85 0.74 0.27
Hex 12 48 7A 55 29 0 34 D1 4A 1B
Octal 22 110 172 125 51 0 64 321 112 33
Binary 10010 1001000 1111010 1010101 101001 0 110100 11010001 1001010 11011

Color Harmonies of #12487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12487A

Black with #12487A

Text Example


Text Example

White with #12487A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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