Html Css Color HEX #104071 Dark Cerulean

📋 copy color: '#104071'

red 16 ◦ green 64 ◦ blue 113

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

Shades of Dark Cerulean #104071

Tints of Dark Cerulean #104071

RGB

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

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

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

R = 8.29%
G = 33.16%
B = 58.55%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#104071 (or 0x104071) is known color: Dark Cerulean. HEX triplet: 10, 40 and 71. RGB value is (16,64,113). Sum of RGB (Red+Green+Blue) = 16+64+113=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #104071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104071 is #EFBF8E. Grayscale: #363636. Windows color (decimal): -15712143 or 7421968. OLE color: 7421968.

HSL color Cylindrical-coordinate representation of color #104071: hue angle of 210.31º 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 #104071 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 64 113 -
CMYK 0.86 0.43 0 0.56
HSL 210.31º 0.75% 0.25% -
HSV(B) 210.31º 0.86% 0.44% -
XYZ 5.03 4.97 16.32 -
YUV 55.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 16 64 113 0.86 0.43 0 0.56 210.31 0.75 0.25
Hex 10 40 71 56 2B 0 38 D2 4B 19
Octal 20 100 161 126 53 0 70 322 113 31
Binary 10000 1000000 1110001 1010110 101011 0 111000 11010010 1001011 11001

Color Harmonies of #104071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104071

Black with #104071

Text Example


Text Example

White with #104071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104071; }

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

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

background-color css

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

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

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

border-color css

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

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

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