Html Css Color HEX #124493 Dark Cerulean

📋 copy color: '#124493'

red 18 ◦ green 68 ◦ blue 147

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

Shades of Dark Cerulean #124493

Tints of Dark Cerulean #124493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

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

R = 7.73%
G = 29.18%
B = 63.09%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124493 (or 0x124493) is known color: Dark Cerulean. HEX triplet: 12, 44 and 93. RGB value is (18,68,147). Sum of RGB (Red+Green+Blue) = 18+68+147=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #124493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124493 is #EDBB6C. Grayscale: #3D3D3D. Windows color (decimal): -15580013 or 9651218. OLE color: 9651218.

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

Color convert

RGB 18 68 147 -
CMYK 0.88 0.54 0 0.42
HSL 216.74º 0.78% 0.32% -
HSV(B) 216.74º 0.88% 0.58% -
XYZ 7.58 6.37 28.43 -
YUV 62.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 18 68 147 0.88 0.54 0 0.42 216.74 0.78 0.32
Hex 12 44 93 58 36 0 2A D9 4E 20
Octal 22 104 223 130 66 0 52 331 116 40
Binary 10010 1000100 10010011 1011000 110110 0 101010 11011001 1001110 100000

Color Harmonies of #124493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124493

Black with #124493

Text Example


Text Example

White with #124493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124493; }

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

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

background-color css

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

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

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

border-color css

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

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

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