Html Css Color HEX #104D89 Dark Cerulean

📋 copy color: '#104D89'

red 16 ◦ green 77 ◦ blue 137

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

Shades of Dark Cerulean #104D89

Tints of Dark Cerulean #104D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 137 (53.91% from 255) = 59.57%

R = 6.96%
G = 33.48%
B = 59.57%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#104D89 (or 0x104D89) is known color: Dark Cerulean. HEX triplet: 10, 4D and 89. RGB value is (16,77,137). Sum of RGB (Red+Green+Blue) = 16+77+137=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #104D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D89 is #EFB276. Grayscale: #414141. Windows color (decimal): -15708791 or 8998160. OLE color: 8998160.

HSL color Cylindrical-coordinate representation of color #104D89: hue angle of 209.75º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104D89 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 77 137 -
CMYK 0.88 0.44 0 0.46
HSL 209.75º 0.79% 0.3% -
HSV(B) 209.75º 0.88% 0.54% -
XYZ 7.38 7.22 24.67 -
YUV 65.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 16 77 137 0.88 0.44 0 0.46 209.75 0.79 0.3
Hex 10 4D 89 58 2C 0 2E D2 4F 1E
Octal 20 115 211 130 54 0 56 322 117 36
Binary 10000 1001101 10001001 1011000 101100 0 101110 11010010 1001111 11110

Color Harmonies of #104D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D89

Black with #104D89

Text Example


Text Example

White with #104D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104D89; }

 p { color: rgb(16,77,137); }

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

background-color css

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

 a { background-color: rgb(16,77,137); }

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

border-color css

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

 span { border-color: rgb(16,77,137); }

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