Html Css Color HEX #124F89 Dark Cerulean

📋 copy color: '#124F89'

red 18 ◦ green 79 ◦ blue 137

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

Shades of Dark Cerulean #124F89

Tints of Dark Cerulean #124F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.76%

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

R = 7.69%
G = 33.76%
B = 58.55%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124F89 (or 0x124F89) is known color: Dark Cerulean. HEX triplet: 12, 4F and 89. RGB value is (18,79,137). Sum of RGB (Red+Green+Blue) = 18+79+137=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #124F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F89 is #EDB076. Grayscale: #434343. Windows color (decimal): -15577207 or 8998674. OLE color: 8998674.

HSL color Cylindrical-coordinate representation of color #124F89: hue angle of 209.24º 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 #124F89 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 79 137 -
CMYK 0.87 0.42 0 0.46
HSL 209.24º 0.77% 0.3% -
HSV(B) 209.24º 0.87% 0.54% -
XYZ 7.56 7.53 24.72 -
YUV 67.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 18 79 137 0.87 0.42 0 0.46 209.24 0.77 0.3
Hex 12 4F 89 57 2A 0 2E D1 4D 1E
Octal 22 117 211 127 52 0 56 321 115 36
Binary 10010 1001111 10001001 1010111 101010 0 101110 11010001 1001101 11110

Color Harmonies of #124F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F89

Black with #124F89

Text Example


Text Example

White with #124F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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