Html Css Color HEX #124D92 Dark Cerulean

📋 copy color: '#124D92'

red 18 ◦ green 77 ◦ blue 146

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

Shades of Dark Cerulean #124D92

Tints of Dark Cerulean #124D92

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

 BLUE value IS 146 (57.42% from 255) = 60.58%

R = 7.47%
G = 31.95%
B = 60.58%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#124D92 (or 0x124D92) is known color: Dark Cerulean. HEX triplet: 12, 4D and 92. RGB value is (18,77,146). Sum of RGB (Red+Green+Blue) = 18+77+146=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #124D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D92 is #EDB26D. Grayscale: #424242. Windows color (decimal): -15577710 or 9587986. OLE color: 9587986.

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

Color convert

RGB 18 77 146 -
CMYK 0.88 0.47 0 0.43
HSL 212.34º 0.78% 0.32% -
HSV(B) 212.34º 0.88% 0.57% -
XYZ 8.09 7.51 28.22 -
YUV 67.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 18 77 146 0.88 0.47 0 0.43 212.34 0.78 0.32
Hex 12 4D 92 58 2F 0 2B D4 4E 20
Octal 22 115 222 130 57 0 53 324 116 40
Binary 10010 1001101 10010010 1011000 101111 0 101011 11010100 1001110 100000

Color Harmonies of #124D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D92

Black with #124D92

Text Example


Text Example

White with #124D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,146); }

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

background-color css

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

 a { background-color: rgb(18,77,146); }

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

border-color css

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

 span { border-color: rgb(18,77,146); }

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