Html Css Color HEX #104486 Dark Cerulean

📋 copy color: '#104486'

red 16 ◦ green 68 ◦ blue 134

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

Shades of Dark Cerulean #104486

Tints of Dark Cerulean #104486

RGB

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

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

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

R = 7.34%
G = 31.19%
B = 61.47%

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

#104486 (or 0x104486) is known color: Dark Cerulean. HEX triplet: 10, 44 and 86. RGB value is (16,68,134). Sum of RGB (Red+Green+Blue) = 16+68+134=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #104486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104486 is #EFBB79. Grayscale: #3B3B3B. Windows color (decimal): -15711098 or 8799248. OLE color: 8799248.

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

Color convert

RGB 16 68 134 -
CMYK 0.88 0.49 0 0.47
HSL 213.56º 0.79% 0.29% -
HSV(B) 213.56º 0.88% 0.53% -
XYZ 6.58 5.97 23.36 -
YUV 59.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 16 68 134 0.88 0.49 0 0.47 213.56 0.79 0.29
Hex 10 44 86 58 31 0 2F D6 4F 1D
Octal 20 104 206 130 61 0 57 326 117 35
Binary 10000 1000100 10000110 1011000 110001 0 101111 11010110 1001111 11101

Color Harmonies of #104486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104486

Black with #104486

Text Example


Text Example

White with #104486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104486; }

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

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

background-color css

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

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

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

border-color css

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

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

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