Html Css Color HEX #124F88 Dark Cerulean

📋 copy color: '#124F88'

red 18 ◦ green 79 ◦ blue 136

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

Shades of Dark Cerulean #124F88

Tints of Dark Cerulean #124F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.37%

R = 7.73%
G = 33.91%
B = 58.37%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#124F88 (or 0x124F88) is known color: Dark Cerulean. HEX triplet: 12, 4F and 88. RGB value is (18,79,136). Sum of RGB (Red+Green+Blue) = 18+79+136=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #124F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F88 is #EDB077. Grayscale: #424242. Windows color (decimal): -15577208 or 8933138. OLE color: 8933138.

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

Color convert

RGB 18 79 136 -
CMYK 0.87 0.42 0 0.47
HSL 208.98º 0.77% 0.3% -
HSV(B) 208.98º 0.87% 0.53% -
XYZ 7.49 7.5 24.35 -
YUV 67.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 18 79 136 0.87 0.42 0 0.47 208.98 0.77 0.3
Hex 12 4F 88 57 2A 0 2F D1 4D 1E
Octal 22 117 210 127 52 0 57 321 115 36
Binary 10010 1001111 10001000 1010111 101010 0 101111 11010001 1001101 11110

Color Harmonies of #124F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F88

Black with #124F88

Text Example


Text Example

White with #124F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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