Html Css Color HEX #124F86 Dark Cerulean

📋 copy color: '#124F86'

red 18 ◦ green 79 ◦ blue 134

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

Shades of Dark Cerulean #124F86

Tints of Dark Cerulean #124F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 58.01%

R = 7.79%
G = 34.2%
B = 58.01%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#124F86 (or 0x124F86) is known color: Dark Cerulean. HEX triplet: 12, 4F and 86. RGB value is (18,79,134). Sum of RGB (Red+Green+Blue) = 18+79+134=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #124F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F86 is #EDB079. Grayscale: #424242. Windows color (decimal): -15577210 or 8802066. OLE color: 8802066.

HSL color Cylindrical-coordinate representation of color #124F86: hue angle of 208.45º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124F86 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 79 134 -
CMYK 0.87 0.41 0 0.47
HSL 208.45º 0.76% 0.3% -
HSV(B) 208.45º 0.87% 0.53% -
XYZ 7.35 7.44 23.6 -
YUV 67.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 18 79 134 0.87 0.41 0 0.47 208.45 0.76 0.3
Hex 12 4F 86 57 29 0 2F D0 4C 1E
Octal 22 117 206 127 51 0 57 320 114 36
Binary 10010 1001111 10000110 1010111 101001 0 101111 11010000 1001100 11110

Color Harmonies of #124F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F86

Black with #124F86

Text Example


Text Example

White with #124F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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