Html Css Color HEX #124795 Dark Cerulean

📋 copy color: '#124795'

red 18 ◦ green 71 ◦ blue 149

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

Shades of Dark Cerulean #124795

Tints of Dark Cerulean #124795

RGB

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

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

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

R = 7.56%
G = 29.83%
B = 62.61%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124795 (or 0x124795) is known color: Dark Cerulean. HEX triplet: 12, 47 and 95. RGB value is (18,71,149). Sum of RGB (Red+Green+Blue) = 18+71+149=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #124795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124795 is #EDB86A. Grayscale: #3F3F3F. Windows color (decimal): -15579243 or 9783058. OLE color: 9783058.

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

Color convert

RGB 18 71 149 -
CMYK 0.88 0.52 0 0.42
HSL 215.73º 0.78% 0.33% -
HSV(B) 215.73º 0.88% 0.58% -
XYZ 7.93 6.81 29.33 -
YUV 64.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 18 71 149 0.88 0.52 0 0.42 215.73 0.78 0.33
Hex 12 47 95 58 34 0 2A D8 4E 21
Octal 22 107 225 130 64 0 52 330 116 41
Binary 10010 1000111 10010101 1011000 110100 0 101010 11011000 1001110 100001

Color Harmonies of #124795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124795

Black with #124795

Text Example


Text Example

White with #124795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124795; }

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

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

background-color css

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

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

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

border-color css

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

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

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