Html Css Color HEX #124E95 Dark Cerulean

📋 copy color: '#124E95'

red 18 ◦ green 78 ◦ blue 149

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

Shades of Dark Cerulean #124E95

Tints of Dark Cerulean #124E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.84%

 BLUE value IS 149 (58.59% from 255) = 60.82%

R = 7.35%
G = 31.84%
B = 60.82%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124E95 (or 0x124E95) is known color: Dark Cerulean. HEX triplet: 12, 4E and 95. RGB value is (18,78,149). Sum of RGB (Red+Green+Blue) = 18+78+149=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #124E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124E95 is #EDB16A. Grayscale: #434343. Windows color (decimal): -15577451 or 9784850. OLE color: 9784850.

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

Color convert

RGB 18 78 149 -
CMYK 0.88 0.48 0 0.42
HSL 212.52º 0.78% 0.33% -
HSV(B) 212.52º 0.88% 0.58% -
XYZ 8.4 7.75 29.49 -
YUV 68.15 173.62 92.23 -
System Red Green Blue C M Y K H S L
Decimal 18 78 149 0.88 0.48 0 0.42 212.52 0.78 0.33
Hex 12 4E 95 58 30 0 2A D5 4E 21
Octal 22 116 225 130 60 0 52 325 116 41
Binary 10010 1001110 10010101 1011000 110000 0 101010 11010101 1001110 100001

Color Harmonies of #124E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E95

Black with #124E95

Text Example


Text Example

White with #124E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,149); }

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

background-color css

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

 a { background-color: rgb(18,78,149); }

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

border-color css

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

 span { border-color: rgb(18,78,149); }

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