Html Css Color HEX #077595 Cerulean

📋 copy color: '#077595'

red 7 ◦ green 117 ◦ blue 149

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

Shades of Cerulean #077595

Tints of Cerulean #077595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 2.56%
G = 42.86%
B = 54.58%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#077595 (or 0x077595) is known color: Cerulean. HEX triplet: 07, 75 and 95. RGB value is (7,117,149). Sum of RGB (Red+Green+Blue) = 7+117+149=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #077595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077595 is #F88A6A. Grayscale: #575757. Windows color (decimal): -16288363 or 9794823. OLE color: 9794823.

HSL color Cylindrical-coordinate representation of color #077595: hue angle of 193.52º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077595 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 117 149 -
CMYK 0.95 0.21 0 0.42
HSL 193.52º 0.91% 0.31% -
HSV(B) 193.52º 0.95% 0.58% -
XYZ 11.87 14.94 30.69 -
YUV 87.76 162.56 70.4 -
System Red Green Blue C M Y K H S L
Decimal 7 117 149 0.95 0.21 0 0.42 193.52 0.91 0.31
Hex 7 75 95 5F 15 0 2A C2 5B 1F
Octal 7 165 225 137 25 0 52 302 133 37
Binary 111 1110101 10010101 1011111 10101 0 101010 11000010 1011011 11111

Color Harmonies of #077595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077595

Black with #077595

Text Example


Text Example

White with #077595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077595; }

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

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

background-color css

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

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

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

border-color css

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

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

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