Html Css Color HEX #124F85 Dark Cerulean

📋 copy color: '#124F85'

red 18 ◦ green 79 ◦ blue 133

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

Shades of Dark Cerulean #124F85

Tints of Dark Cerulean #124F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 7.83%
G = 34.35%
B = 57.83%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124F85 (or 0x124F85) is known color: Dark Cerulean. HEX triplet: 12, 4F and 85. RGB value is (18,79,133). Sum of RGB (Red+Green+Blue) = 18+79+133=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #124F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F85 is #EDB07A. Grayscale: #424242. Windows color (decimal): -15577211 or 8736530. OLE color: 8736530.

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

Color convert

RGB 18 79 133 -
CMYK 0.86 0.41 0 0.48
HSL 208.17º 0.76% 0.3% -
HSV(B) 208.17º 0.86% 0.52% -
XYZ 7.28 7.41 23.24 -
YUV 66.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 18 79 133 0.86 0.41 0 0.48 208.17 0.76 0.3
Hex 12 4F 85 56 29 0 30 D0 4C 1E
Octal 22 117 205 126 51 0 60 320 114 36
Binary 10010 1001111 10000101 1010110 101001 0 110000 11010000 1001100 11110

Color Harmonies of #124F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F85

Black with #124F85

Text Example


Text Example

White with #124F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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