Html Css Color HEX #104487 Dark Cerulean

📋 copy color: '#104487'

red 16 ◦ green 68 ◦ blue 135

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

Shades of Dark Cerulean #104487

Tints of Dark Cerulean #104487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.05%

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

R = 7.31%
G = 31.05%
B = 61.64%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#104487 (or 0x104487) is known color: Dark Cerulean. HEX triplet: 10, 44 and 87. RGB value is (16,68,135). Sum of RGB (Red+Green+Blue) = 16+68+135=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #104487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104487 is #EFBB78. Grayscale: #3B3B3B. Windows color (decimal): -15711097 or 8864784. OLE color: 8864784.

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

Color convert

RGB 16 68 135 -
CMYK 0.88 0.50 0 0.47
HSL 213.78º 0.79% 0.3% -
HSV(B) 213.78º 0.88% 0.53% -
XYZ 6.65 5.99 23.73 -
YUV 60.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 16 68 135 0.88 0.50 0 0.47 213.78 0.79 0.3
Hex 10 44 87 58 32 0 2F D6 4F 1E
Octal 20 104 207 130 62 0 57 326 117 36
Binary 10000 1000100 10000111 1011000 110010 0 101111 11010110 1001111 11110

Color Harmonies of #104487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104487

Black with #104487

Text Example


Text Example

White with #104487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104487; }

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

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

background-color css

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

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

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

border-color css

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

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

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