Html Css Color HEX #124F93 Dark Cerulean

📋 copy color: '#124F93'

red 18 ◦ green 79 ◦ blue 147

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

Shades of Dark Cerulean #124F93

Tints of Dark Cerulean #124F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 7.38%
G = 32.38%
B = 60.25%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124F93 (or 0x124F93) is known color: Dark Cerulean. HEX triplet: 12, 4F and 93. RGB value is (18,79,147). Sum of RGB (Red+Green+Blue) = 18+79+147=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #124F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F93 is #EDB06C. Grayscale: #444444. Windows color (decimal): -15577197 or 9654034. OLE color: 9654034.

HSL color Cylindrical-coordinate representation of color #124F93: hue angle of 211.63º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124F93 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 79 147 -
CMYK 0.88 0.46 0 0.42
HSL 211.63º 0.78% 0.32% -
HSV(B) 211.63º 0.88% 0.58% -
XYZ 8.31 7.83 28.68 -
YUV 68.51 172.29 91.97 -
System Red Green Blue C M Y K H S L
Decimal 18 79 147 0.88 0.46 0 0.42 211.63 0.78 0.32
Hex 12 4F 93 58 2E 0 2A D4 4E 20
Octal 22 117 223 130 56 0 52 324 116 40
Binary 10010 1001111 10010011 1011000 101110 0 101010 11010100 1001110 100000

Color Harmonies of #124F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F93

Black with #124F93

Text Example


Text Example

White with #124F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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