Html Css Color HEX #104688 Dark Cerulean

📋 copy color: '#104688'

red 16 ◦ green 70 ◦ blue 136

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

Shades of Dark Cerulean #104688

Tints of Dark Cerulean #104688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.26%

R = 7.21%
G = 31.53%
B = 61.26%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#104688 (or 0x104688) is known color: Dark Cerulean. HEX triplet: 10, 46 and 88. RGB value is (16,70,136). Sum of RGB (Red+Green+Blue) = 16+70+136=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #104688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104688 is #EFB977. Grayscale: #3D3D3D. Windows color (decimal): -15710584 or 8930832. OLE color: 8930832.

HSL color Cylindrical-coordinate representation of color #104688: hue angle of 213º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104688 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 70 136 -
CMYK 0.88 0.49 0 0.47
HSL 213º 0.79% 0.3% -
HSV(B) 213º 0.88% 0.53% -
XYZ 6.85 6.27 24.14 -
YUV 61.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 16 70 136 0.88 0.49 0 0.47 213 0.79 0.3
Hex 10 46 88 58 31 0 2F D5 4F 1E
Octal 20 106 210 130 61 0 57 325 117 36
Binary 10000 1000110 10001000 1011000 110001 0 101111 11010101 1001111 11110

Color Harmonies of #104688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104688

Black with #104688

Text Example


Text Example

White with #104688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104688; }

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

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

background-color css

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

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

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

border-color css

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

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

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