Html Css Color HEX #104073 Dark Cerulean

📋 copy color: '#104073'

red 16 ◦ green 64 ◦ blue 115

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

Shades of Dark Cerulean #104073

Tints of Dark Cerulean #104073

RGB

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

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

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

R = 8.21%
G = 32.82%
B = 58.97%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104073 (or 0x104073) is known color: Dark Cerulean. HEX triplet: 10, 40 and 73. RGB value is (16,64,115). Sum of RGB (Red+Green+Blue) = 16+64+115=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #104073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104073 is #EFBF8C. Grayscale: #373737. Windows color (decimal): -15712141 or 7553040. OLE color: 7553040.

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

Color convert

RGB 16 64 115 -
CMYK 0.86 0.44 0 0.55
HSL 210.91º 0.76% 0.26% -
HSV(B) 210.91º 0.86% 0.45% -
XYZ 5.14 5.01 16.92 -
YUV 55.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 16 64 115 0.86 0.44 0 0.55 210.91 0.76 0.26
Hex 10 40 73 56 2C 0 37 D3 4C 1A
Octal 20 100 163 126 54 0 67 323 114 32
Binary 10000 1000000 1110011 1010110 101100 0 110111 11010011 1001100 11010

Color Harmonies of #104073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104073

Black with #104073

Text Example


Text Example

White with #104073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104073; }

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

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

background-color css

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

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

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

border-color css

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

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

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