Html Css Color HEX #104673 Dark Cerulean

📋 copy color: '#104673'

red 16 ◦ green 70 ◦ blue 115

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

Shades of Dark Cerulean #104673

Tints of Dark Cerulean #104673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

 BLUE value IS 115 (45.31% from 255) = 57.21%

R = 7.96%
G = 34.83%
B = 57.21%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104673 (or 0x104673) is known color: Dark Cerulean. HEX triplet: 10, 46 and 73. RGB value is (16,70,115). Sum of RGB (Red+Green+Blue) = 16+70+115=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #104673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104673 is #EFB98C. Grayscale: #3A3A3A. Windows color (decimal): -15710605 or 7554576. OLE color: 7554576.

HSL color Cylindrical-coordinate representation of color #104673: hue angle of 207.27º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104673 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 70 115 -
CMYK 0.86 0.39 0 0.55
HSL 207.27º 0.76% 0.26% -
HSV(B) 207.27º 0.86% 0.45% -
XYZ 5.5 5.73 17.04 -
YUV 58.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 16 70 115 0.86 0.39 0 0.55 207.27 0.76 0.26
Hex 10 46 73 56 27 0 37 CF 4C 1A
Octal 20 106 163 126 47 0 67 317 114 32
Binary 10000 1000110 1110011 1010110 100111 0 110111 11001111 1001100 11010

Color Harmonies of #104673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104673

Black with #104673

Text Example


Text Example

White with #104673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104673; }

 p { color: rgb(16,70,115); }

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

background-color css

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

 a { background-color: rgb(16,70,115); }

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

border-color css

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

 span { border-color: rgb(16,70,115); }

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