Html Css Color HEX #104187 Dark Cerulean

📋 copy color: '#104187'

red 16 ◦ green 65 ◦ blue 135

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

Shades of Dark Cerulean #104187

Tints of Dark Cerulean #104187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

 BLUE value IS 135 (53.13% from 255) = 62.5%

R = 7.41%
G = 30.09%
B = 62.5%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#104187 (or 0x104187) is known color: Dark Cerulean. HEX triplet: 10, 41 and 87. RGB value is (16,65,135). Sum of RGB (Red+Green+Blue) = 16+65+135=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #104187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104187 is #EFBE78. Grayscale: #3A3A3A. Windows color (decimal): -15711865 or 8864016. OLE color: 8864016.

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

Color convert

RGB 16 65 135 -
CMYK 0.88 0.52 0 0.47
HSL 215.29º 0.79% 0.3% -
HSV(B) 215.29º 0.88% 0.53% -
XYZ 6.48 5.64 23.67 -
YUV 58.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 16 65 135 0.88 0.52 0 0.47 215.29 0.79 0.3
Hex 10 41 87 58 34 0 2F D7 4F 1E
Octal 20 101 207 130 64 0 57 327 117 36
Binary 10000 1000001 10000111 1011000 110100 0 101111 11010111 1001111 11110

Color Harmonies of #104187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104187

Black with #104187

Text Example


Text Example

White with #104187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104187; }

 p { color: rgb(16,65,135); }

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

background-color css

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

 a { background-color: rgb(16,65,135); }

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

border-color css

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

 span { border-color: rgb(16,65,135); }

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