Html Css Color HEX #124893 Dark Cerulean

📋 copy color: '#124893'

red 18 ◦ green 72 ◦ blue 147

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

Shades of Dark Cerulean #124893

Tints of Dark Cerulean #124893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 7.59%
G = 30.38%
B = 62.03%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124893 (or 0x124893) is known color: Dark Cerulean. HEX triplet: 12, 48 and 93. RGB value is (18,72,147). Sum of RGB (Red+Green+Blue) = 18+72+147=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #124893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124893 is #EDB76C. Grayscale: #404040. Windows color (decimal): -15578989 or 9652242. OLE color: 9652242.

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

Color convert

RGB 18 72 147 -
CMYK 0.88 0.51 0 0.42
HSL 214.88º 0.78% 0.32% -
HSV(B) 214.88º 0.88% 0.58% -
XYZ 7.83 6.87 28.52 -
YUV 64.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 18 72 147 0.88 0.51 0 0.42 214.88 0.78 0.32
Hex 12 48 93 58 33 0 2A D7 4E 20
Octal 22 110 223 130 63 0 52 327 116 40
Binary 10010 1001000 10010011 1011000 110011 0 101010 11010111 1001110 100000

Color Harmonies of #124893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124893

Black with #124893

Text Example


Text Example

White with #124893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124893; }

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

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

background-color css

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

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

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

border-color css

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

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

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