Html Css Color HEX #124792 Dark Cerulean

📋 copy color: '#124792'

red 18 ◦ green 71 ◦ blue 146

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

Shades of Dark Cerulean #124792

Tints of Dark Cerulean #124792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

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

R = 7.66%
G = 30.21%
B = 62.13%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#124792 (or 0x124792) is known color: Dark Cerulean. HEX triplet: 12, 47 and 92. RGB value is (18,71,146). Sum of RGB (Red+Green+Blue) = 18+71+146=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #124792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124792 is #EDB86D. Grayscale: #3F3F3F. Windows color (decimal): -15579246 or 9586450. OLE color: 9586450.

HSL color Cylindrical-coordinate representation of color #124792: hue angle of 215.16º 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 #124792 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 71 146 -
CMYK 0.88 0.51 0 0.43
HSL 215.16º 0.78% 0.32% -
HSV(B) 215.16º 0.88% 0.57% -
XYZ 7.69 6.71 28.08 -
YUV 63.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 18 71 146 0.88 0.51 0 0.43 215.16 0.78 0.32
Hex 12 47 92 58 33 0 2B D7 4E 20
Octal 22 107 222 130 63 0 53 327 116 40
Binary 10010 1000111 10010010 1011000 110011 0 101011 11010111 1001110 100000

Color Harmonies of #124792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124792

Black with #124792

Text Example


Text Example

White with #124792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124792; }

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

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

background-color css

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

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

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

border-color css

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

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

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