Html Css Color HEX #104984 Dark Cerulean

📋 copy color: '#104984'

red 16 ◦ green 73 ◦ blue 132

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

Shades of Dark Cerulean #104984

Tints of Dark Cerulean #104984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.73%

R = 7.24%
G = 33.03%
B = 59.73%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#104984 (or 0x104984) is known color: Dark Cerulean. HEX triplet: 10, 49 and 84. RGB value is (16,73,132). Sum of RGB (Red+Green+Blue) = 16+73+132=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #104984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104984 is #EFB67B. Grayscale: #3E3E3E. Windows color (decimal): -15709820 or 8669456. OLE color: 8669456.

HSL color Cylindrical-coordinate representation of color #104984: hue angle of 210.52º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104984 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 73 132 -
CMYK 0.88 0.45 0 0.48
HSL 210.52º 0.78% 0.29% -
HSV(B) 210.52º 0.88% 0.52% -
XYZ 6.76 6.54 22.74 -
YUV 62.68 167.12 94.7 -
System Red Green Blue C M Y K H S L
Decimal 16 73 132 0.88 0.45 0 0.48 210.52 0.78 0.29
Hex 10 49 84 58 2D 0 30 D3 4E 1D
Octal 20 111 204 130 55 0 60 323 116 35
Binary 10000 1001001 10000100 1011000 101101 0 110000 11010011 1001110 11101

Color Harmonies of #104984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104984

Black with #104984

Text Example


Text Example

White with #104984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104984; }

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

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

background-color css

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

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

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

border-color css

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

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

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