Html Css Color HEX #104994 Dark Cerulean

📋 copy color: '#104994'

red 16 ◦ green 73 ◦ blue 148

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

Shades of Dark Cerulean #104994

Tints of Dark Cerulean #104994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 6.75%
G = 30.8%
B = 62.45%

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

#104994 (or 0x104994) is known color: Dark Cerulean. HEX triplet: 10, 49 and 94. RGB value is (16,73,148). Sum of RGB (Red+Green+Blue) = 16+73+148=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #104994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104994 is #EFB66B. Grayscale: #404040. Windows color (decimal): -15709804 or 9718032. OLE color: 9718032.

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

Color convert

RGB 16 73 148 -
CMYK 0.89 0.51 0 0.42
HSL 214.09º 0.8% 0.32% -
HSV(B) 214.09º 0.89% 0.58% -
XYZ 7.94 7.01 28.95 -
YUV 64.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 16 73 148 0.89 0.51 0 0.42 214.09 0.8 0.32
Hex 10 49 94 59 33 0 2A D6 50 20
Octal 20 111 224 131 63 0 52 326 120 40
Binary 10000 1001001 10010100 1011001 110011 0 101010 11010110 1010000 100000

Color Harmonies of #104994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104994

Black with #104994

Text Example


Text Example

White with #104994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104994; }

 p { color: rgb(16,73,148); }

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

background-color css

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

 a { background-color: rgb(16,73,148); }

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

border-color css

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

 span { border-color: rgb(16,73,148); }

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