Html Css Color HEX #075273 Dark Cerulean

📋 copy color: '#075273'

red 7 ◦ green 82 ◦ blue 115

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

Shades of Dark Cerulean #075273

Tints of Dark Cerulean #075273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

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

R = 3.43%
G = 40.2%
B = 56.37%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075273 (or 0x075273) is known color: Dark Cerulean. HEX triplet: 07, 52 and 73. RGB value is (7,82,115). Sum of RGB (Red+Green+Blue) = 7+82+115=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #075273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075273 is #F8AD8C. Grayscale: #3F3F3F. Windows color (decimal): -16297357 or 7557639. OLE color: 7557639.

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

Color convert

RGB 7 82 115 -
CMYK 0.94 0.29 0 0.55
HSL 198.33º 0.89% 0.24% -
HSV(B) 198.33º 0.94% 0.45% -
XYZ 6.2 7.32 17.31 -
YUV 63.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 7 82 115 0.94 0.29 0 0.55 198.33 0.89 0.24
Hex 7 52 73 5E 1D 0 37 C6 59 18
Octal 7 122 163 136 35 0 67 306 131 30
Binary 111 1010010 1110011 1011110 11101 0 110111 11000110 1011001 11000

Color Harmonies of #075273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075273

Black with #075273

Text Example


Text Example

White with #075273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075273; }

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

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

background-color css

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

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

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

border-color css

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

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

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