Html Css Color HEX #104089 Dark Cerulean

📋 copy color: '#104089'

red 16 ◦ green 64 ◦ blue 137

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

Shades of Dark Cerulean #104089

Tints of Dark Cerulean #104089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 7.37%
G = 29.49%
B = 63.13%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#104089 (or 0x104089) is known color: Dark Cerulean. HEX triplet: 10, 40 and 89. RGB value is (16,64,137). Sum of RGB (Red+Green+Blue) = 16+64+137=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #104089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104089 is #EFBF76. Grayscale: #393939. Windows color (decimal): -15712119 or 8994832. OLE color: 8994832.

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

Color convert

RGB 16 64 137 -
CMYK 0.88 0.53 0 0.46
HSL 216.2º 0.79% 0.3% -
HSV(B) 216.2º 0.88% 0.54% -
XYZ 6.56 5.58 24.4 -
YUV 57.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 16 64 137 0.88 0.53 0 0.46 216.2 0.79 0.3
Hex 10 40 89 58 35 0 2E D8 4F 1E
Octal 20 100 211 130 65 0 56 330 117 36
Binary 10000 1000000 10001001 1011000 110101 0 101110 11011000 1001111 11110

Color Harmonies of #104089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104089

Black with #104089

Text Example


Text Example

White with #104089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104089; }

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

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

background-color css

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

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

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

border-color css

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

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

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