Html Css Color HEX #104471 Dark Cerulean

📋 copy color: '#104471'

red 16 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #104471

Tints of Dark Cerulean #104471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.36%

R = 8.12%
G = 34.52%
B = 57.36%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#104471 (or 0x104471) is known color: Dark Cerulean. HEX triplet: 10, 44 and 71. RGB value is (16,68,113). Sum of RGB (Red+Green+Blue) = 16+68+113=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #104471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104471 is #EFBB8E. Grayscale: #393939. Windows color (decimal): -15711119 or 7422992. OLE color: 7422992.

HSL color Cylindrical-coordinate representation of color #104471: hue angle of 207.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104471 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 68 113 -
CMYK 0.86 0.40 0 0.56
HSL 207.84º 0.75% 0.25% -
HSV(B) 207.84º 0.86% 0.44% -
XYZ 5.26 5.44 16.39 -
YUV 57.58 159.27 98.34 -
System Red Green Blue C M Y K H S L
Decimal 16 68 113 0.86 0.40 0 0.56 207.84 0.75 0.25
Hex 10 44 71 56 28 0 38 D0 4B 19
Octal 20 104 161 126 50 0 70 320 113 31
Binary 10000 1000100 1110001 1010110 101000 0 111000 11010000 1001011 11001

Color Harmonies of #104471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104471

Black with #104471

Text Example


Text Example

White with #104471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104471; }

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

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

background-color css

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

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

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

border-color css

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

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

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