Html Css Color HEX #124C95 Dark Cerulean

📋 copy color: '#124C95'

red 18 ◦ green 76 ◦ blue 149

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

Shades of Dark Cerulean #124C95

Tints of Dark Cerulean #124C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

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

R = 7.41%
G = 31.28%
B = 61.32%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124C95 (or 0x124C95) is known color: Dark Cerulean. HEX triplet: 12, 4C and 95. RGB value is (18,76,149). Sum of RGB (Red+Green+Blue) = 18+76+149=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #124C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C95 is #EDB36A. Grayscale: #424242. Windows color (decimal): -15577963 or 9784338. OLE color: 9784338.

HSL color Cylindrical-coordinate representation of color #124C95: hue angle of 213.44º 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 #124C95 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 76 149 -
CMYK 0.88 0.49 0 0.42
HSL 213.44º 0.78% 0.33% -
HSV(B) 213.44º 0.88% 0.58% -
XYZ 8.26 7.47 29.44 -
YUV 66.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 18 76 149 0.88 0.49 0 0.42 213.44 0.78 0.33
Hex 12 4C 95 58 31 0 2A D5 4E 21
Octal 22 114 225 130 61 0 52 325 116 41
Binary 10010 1001100 10010101 1011000 110001 0 101010 11010101 1001110 100001

Color Harmonies of #124C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C95

Black with #124C95

Text Example


Text Example

White with #124C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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