Html Css Color HEX #124889 Dark Cerulean

📋 copy color: '#124889'

red 18 ◦ green 72 ◦ blue 137

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

Shades of Dark Cerulean #124889

Tints of Dark Cerulean #124889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.35%

R = 7.93%
G = 31.72%
B = 60.35%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124889 (or 0x124889) is known color: Dark Cerulean. HEX triplet: 12, 48 and 89. RGB value is (18,72,137). Sum of RGB (Red+Green+Blue) = 18+72+137=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #124889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124889 is #EDB776. Grayscale: #3E3E3E. Windows color (decimal): -15578999 or 8996882. OLE color: 8996882.

HSL color Cylindrical-coordinate representation of color #124889: hue angle of 212.77º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124889 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 72 137 -
CMYK 0.87 0.47 0 0.46
HSL 212.77º 0.77% 0.3% -
HSV(B) 212.77º 0.87% 0.54% -
XYZ 7.08 6.57 24.56 -
YUV 63.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 18 72 137 0.87 0.47 0 0.46 212.77 0.77 0.3
Hex 12 48 89 57 2F 0 2E D5 4D 1E
Octal 22 110 211 127 57 0 56 325 115 36
Binary 10010 1001000 10001001 1010111 101111 0 101110 11010101 1001101 11110

Color Harmonies of #124889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124889

Black with #124889

Text Example


Text Example

White with #124889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124889; }

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

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

background-color css

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

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

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

border-color css

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

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

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