Html Css Color HEX #104086 Dark Cerulean

📋 copy color: '#104086'

red 16 ◦ green 64 ◦ blue 134

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

Shades of Dark Cerulean #104086

Tints of Dark Cerulean #104086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.62%

R = 7.48%
G = 29.91%
B = 62.62%

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

#104086 (or 0x104086) is known color: Dark Cerulean. HEX triplet: 10, 40 and 86. RGB value is (16,64,134). Sum of RGB (Red+Green+Blue) = 16+64+134=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #104086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104086 is #EFBF79. Grayscale: #393939. Windows color (decimal): -15712122 or 8798224. OLE color: 8798224.

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

Color convert

RGB 16 64 134 -
CMYK 0.88 0.52 0 0.47
HSL 215.59º 0.79% 0.29% -
HSV(B) 215.59º 0.88% 0.53% -
XYZ 6.35 5.5 23.28 -
YUV 57.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 16 64 134 0.88 0.52 0 0.47 215.59 0.79 0.29
Hex 10 40 86 58 34 0 2F D8 4F 1D
Octal 20 100 206 130 64 0 57 330 117 35
Binary 10000 1000000 10000110 1011000 110100 0 101111 11011000 1001111 11101

Color Harmonies of #104086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104086

Black with #104086

Text Example


Text Example

White with #104086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104086; }

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

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

background-color css

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

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

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

border-color css

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

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

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