Html Css Color HEX #075173 Dark Cerulean

📋 copy color: '#075173'

red 7 ◦ green 81 ◦ blue 115

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

Shades of Dark Cerulean #075173

Tints of Dark Cerulean #075173

RGB

 RED value IS 7 (3.13% from 255) = 3.45%

 GREEN value IS 81 (32.03% from 255) = 39.9%

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

R = 3.45%
G = 39.9%
B = 56.65%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075173 (or 0x075173) is known color: Dark Cerulean. HEX triplet: 07, 51 and 73. RGB value is (7,81,115). Sum of RGB (Red+Green+Blue) = 7+81+115=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #075173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075173 is #F8AE8C. Grayscale: #3E3E3E. Windows color (decimal): -16297613 or 7557383. OLE color: 7557383.

HSL color Cylindrical-coordinate representation of color #075173: hue angle of 198.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075173 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 81 115 -
CMYK 0.94 0.30 0 0.55
HSL 198.89º 0.89% 0.24% -
HSV(B) 198.89º 0.94% 0.45% -
XYZ 6.12 7.17 17.28 -
YUV 62.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 7 81 115 0.94 0.30 0 0.55 198.89 0.89 0.24
Hex 7 51 73 5E 1E 0 37 C7 59 18
Octal 7 121 163 136 36 0 67 307 131 30
Binary 111 1010001 1110011 1011110 11110 0 110111 11000111 1011001 11000

Color Harmonies of #075173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075173

Black with #075173

Text Example


Text Example

White with #075173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075173; }

 p { color: rgb(7,81,115); }

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

background-color css

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

 a { background-color: rgb(7,81,115); }

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

border-color css

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

 span { border-color: rgb(7,81,115); }

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