Html Css Color HEX #124993 Dark Cerulean

📋 copy color: '#124993'

red 18 ◦ green 73 ◦ blue 147

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

Shades of Dark Cerulean #124993

Tints of Dark Cerulean #124993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 7.56%
G = 30.67%
B = 61.76%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124993 (or 0x124993) is known color: Dark Cerulean. HEX triplet: 12, 49 and 93. RGB value is (18,73,147). Sum of RGB (Red+Green+Blue) = 18+73+147=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #124993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124993 is #EDB66C. Grayscale: #404040. Windows color (decimal): -15578733 or 9652498. OLE color: 9652498.

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

Color convert

RGB 18 73 147 -
CMYK 0.88 0.50 0 0.42
HSL 214.42º 0.78% 0.32% -
HSV(B) 214.42º 0.88% 0.58% -
XYZ 7.9 7 28.54 -
YUV 64.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 18 73 147 0.88 0.50 0 0.42 214.42 0.78 0.32
Hex 12 49 93 58 32 0 2A D6 4E 20
Octal 22 111 223 130 62 0 52 326 116 40
Binary 10010 1001001 10010011 1011000 110010 0 101010 11010110 1001110 100000

Color Harmonies of #124993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124993

Black with #124993

Text Example


Text Example

White with #124993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124993; }

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

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

background-color css

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

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

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

border-color css

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

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

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