Html Css Color HEX #104893 Dark Cerulean

📋 copy color: '#104893'

red 16 ◦ green 72 ◦ blue 147

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

Shades of Dark Cerulean #104893

Tints of Dark Cerulean #104893

RGB

 RED value IS 16 (6.64% from 255) = 6.81%

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

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

R = 6.81%
G = 30.64%
B = 62.55%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#104893 (or 0x104893) is known color: Dark Cerulean. HEX triplet: 10, 48 and 93. RGB value is (16,72,147). Sum of RGB (Red+Green+Blue) = 16+72+147=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #104893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104893 is #EFB76C. Grayscale: #3F3F3F. Windows color (decimal): -15710061 or 9652240. OLE color: 9652240.

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

Color convert

RGB 16 72 147 -
CMYK 0.89 0.51 0 0.42
HSL 214.35º 0.8% 0.32% -
HSV(B) 214.35º 0.89% 0.58% -
XYZ 7.8 6.85 28.52 -
YUV 63.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 16 72 147 0.89 0.51 0 0.42 214.35 0.8 0.32
Hex 10 48 93 59 33 0 2A D6 50 20
Octal 20 110 223 131 63 0 52 326 120 40
Binary 10000 1001000 10010011 1011001 110011 0 101010 11010110 1010000 100000

Color Harmonies of #104893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104893

Black with #104893

Text Example


Text Example

White with #104893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104893; }

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

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

background-color css

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

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

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

border-color css

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

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

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