Html Css Color HEX #077396 Cerulean

📋 copy color: '#077396'

red 7 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #077396

Tints of Cerulean #077396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.28%

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 2.57%
G = 42.28%
B = 55.15%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#077396 (or 0x077396) is known color: Cerulean. HEX triplet: 07, 73 and 96. RGB value is (7,115,150). Sum of RGB (Red+Green+Blue) = 7+115+150=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #077396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077396 is #F88C69. Grayscale: #565656. Windows color (decimal): -16288874 or 9859847. OLE color: 9859847.

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

Color convert

RGB 7 115 150 -
CMYK 0.95 0.23 0 0.41
HSL 194.69º 0.91% 0.31% -
HSV(B) 194.69º 0.95% 0.59% -
XYZ 11.72 14.51 31.04 -
YUV 86.7 163.72 71.15 -
System Red Green Blue C M Y K H S L
Decimal 7 115 150 0.95 0.23 0 0.41 194.69 0.91 0.31
Hex 7 73 96 5F 17 0 29 C3 5B 1F
Octal 7 163 226 137 27 0 51 303 133 37
Binary 111 1110011 10010110 1011111 10111 0 101001 11000011 1011011 11111

Color Harmonies of #077396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077396

Black with #077396

Text Example


Text Example

White with #077396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077396; }

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

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

background-color css

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

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

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

border-color css

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

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

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