Html Css Color HEX #105073 Dark Cerulean

📋 copy color: '#105073'

red 16 ◦ green 80 ◦ blue 115

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

Shades of Dark Cerulean #105073

Tints of Dark Cerulean #105073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

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

R = 7.58%
G = 37.91%
B = 54.5%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#105073 (or 0x105073) is known color: Dark Cerulean. HEX triplet: 10, 50 and 73. RGB value is (16,80,115). Sum of RGB (Red+Green+Blue) = 16+80+115=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #105073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105073 is #EFAF8C. Grayscale: #404040. Windows color (decimal): -15708045 or 7557136. OLE color: 7557136.

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

Color convert

RGB 16 80 115 -
CMYK 0.86 0.30 0 0.55
HSL 201.21º 0.76% 0.26% -
HSV(B) 201.21º 0.86% 0.45% -
XYZ 6.18 7.09 17.26 -
YUV 64.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 16 80 115 0.86 0.30 0 0.55 201.21 0.76 0.26
Hex 10 50 73 56 1E 0 37 C9 4C 1A
Octal 20 120 163 126 36 0 67 311 114 32
Binary 10000 1010000 1110011 1010110 11110 0 110111 11001001 1001100 11010

Color Harmonies of #105073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105073

Black with #105073

Text Example


Text Example

White with #105073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105073; }

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

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

background-color css

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

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

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

border-color css

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

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

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