Html Css Color HEX #104689 Dark Cerulean

📋 copy color: '#104689'

red 16 ◦ green 70 ◦ blue 137

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

Shades of Dark Cerulean #104689

Tints of Dark Cerulean #104689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

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

R = 7.17%
G = 31.39%
B = 61.43%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#104689 (or 0x104689) is known color: Dark Cerulean. HEX triplet: 10, 46 and 89. RGB value is (16,70,137). Sum of RGB (Red+Green+Blue) = 16+70+137=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #104689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104689 is #EFB976. Grayscale: #3D3D3D. Windows color (decimal): -15710583 or 8996368. OLE color: 8996368.

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

Color convert

RGB 16 70 137 -
CMYK 0.88 0.49 0 0.46
HSL 213.22º 0.79% 0.3% -
HSV(B) 213.22º 0.88% 0.54% -
XYZ 6.92 6.3 24.52 -
YUV 61.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 16 70 137 0.88 0.49 0 0.46 213.22 0.79 0.3
Hex 10 46 89 58 31 0 2E D5 4F 1E
Octal 20 106 211 130 61 0 56 325 117 36
Binary 10000 1000110 10001001 1011000 110001 0 101110 11010101 1001111 11110

Color Harmonies of #104689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104689

Black with #104689

Text Example


Text Example

White with #104689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104689; }

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

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

background-color css

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

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

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

border-color css

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

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

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