Html Css Color HEX #124793 Dark Cerulean

📋 copy color: '#124793'

red 18 ◦ green 71 ◦ blue 147

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

Shades of Dark Cerulean #124793

Tints of Dark Cerulean #124793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 7.63%
G = 30.08%
B = 62.29%

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

#124793 (or 0x124793) is known color: Dark Cerulean. HEX triplet: 12, 47 and 93. RGB value is (18,71,147). Sum of RGB (Red+Green+Blue) = 18+71+147=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #124793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124793 is #EDB86C. Grayscale: #3F3F3F. Windows color (decimal): -15579245 or 9651986. OLE color: 9651986.

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

Color convert

RGB 18 71 147 -
CMYK 0.88 0.52 0 0.42
HSL 215.35º 0.78% 0.32% -
HSV(B) 215.35º 0.88% 0.58% -
XYZ 7.77 6.74 28.5 -
YUV 63.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 18 71 147 0.88 0.52 0 0.42 215.35 0.78 0.32
Hex 12 47 93 58 34 0 2A D7 4E 20
Octal 22 107 223 130 64 0 52 327 116 40
Binary 10010 1000111 10010011 1011000 110100 0 101010 11010111 1001110 100000

Color Harmonies of #124793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124793

Black with #124793

Text Example


Text Example

White with #124793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124793; }

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

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

background-color css

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

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

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

border-color css

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

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

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