Html Css Color HEX #075275 Dark Cerulean

📋 copy color: '#075275'

red 7 ◦ green 82 ◦ blue 117

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

Shades of Dark Cerulean #075275

Tints of Dark Cerulean #075275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 3.4%
G = 39.81%
B = 56.8%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#075275 (or 0x075275) is known color: Dark Cerulean. HEX triplet: 07, 52 and 75. RGB value is (7,82,117). Sum of RGB (Red+Green+Blue) = 7+82+117=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #075275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075275 is #F8AD8A. Grayscale: #3F3F3F. Windows color (decimal): -16297355 or 7688711. OLE color: 7688711.

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

Color convert

RGB 7 82 117 -
CMYK 0.94 0.30 0 0.54
HSL 199.09º 0.89% 0.24% -
HSV(B) 199.09º 0.94% 0.46% -
XYZ 6.32 7.36 17.92 -
YUV 63.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 7 82 117 0.94 0.30 0 0.54 199.09 0.89 0.24
Hex 7 52 75 5E 1E 0 36 C7 59 18
Octal 7 122 165 136 36 0 66 307 131 30
Binary 111 1010010 1110101 1011110 11110 0 110110 11000111 1011001 11000

Color Harmonies of #075275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075275

Black with #075275

Text Example


Text Example

White with #075275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075275; }

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

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

background-color css

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

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

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

border-color css

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

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

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