Html Css Color HEX #104271 Dark Cerulean

📋 copy color: '#104271'

red 16 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #104271

Tints of Dark Cerulean #104271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.85%

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

R = 8.21%
G = 33.85%
B = 57.95%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#104271 (or 0x104271) is known color: Dark Cerulean. HEX triplet: 10, 42 and 71. RGB value is (16,66,113). Sum of RGB (Red+Green+Blue) = 16+66+113=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #104271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104271 is #EFBD8E. Grayscale: #383838. Windows color (decimal): -15711631 or 7422480. OLE color: 7422480.

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

Color convert

RGB 16 66 113 -
CMYK 0.86 0.42 0 0.56
HSL 209.07º 0.75% 0.25% -
HSV(B) 209.07º 0.86% 0.44% -
XYZ 5.14 5.2 16.36 -
YUV 56.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 16 66 113 0.86 0.42 0 0.56 209.07 0.75 0.25
Hex 10 42 71 56 2A 0 38 D1 4B 19
Octal 20 102 161 126 52 0 70 321 113 31
Binary 10000 1000010 1110001 1010110 101010 0 111000 11010001 1001011 11001

Color Harmonies of #104271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104271

Black with #104271

Text Example


Text Example

White with #104271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104271; }

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

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

background-color css

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

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

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

border-color css

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

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

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