Html Css Color HEX #077096 Cerulean

📋 copy color: '#077096'

red 7 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #077096

Tints of Cerulean #077096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

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

R = 2.6%
G = 41.64%
B = 55.76%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#077096 (or 0x077096) is known color: Cerulean. HEX triplet: 07, 70 and 96. RGB value is (7,112,150). Sum of RGB (Red+Green+Blue) = 7+112+150=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #077096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077096 is #F88F69. Grayscale: #545454. Windows color (decimal): -16289642 or 9859079. OLE color: 9859079.

HSL color Cylindrical-coordinate representation of color #077096: hue angle of 195.94º 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 #077096 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 112 150 -
CMYK 0.95 0.25 0 0.41
HSL 195.94º 0.91% 0.31% -
HSV(B) 195.94º 0.95% 0.59% -
XYZ 11.39 13.84 30.92 -
YUV 84.94 164.71 72.41 -
System Red Green Blue C M Y K H S L
Decimal 7 112 150 0.95 0.25 0 0.41 195.94 0.91 0.31
Hex 7 70 96 5F 19 0 29 C4 5B 1F
Octal 7 160 226 137 31 0 51 304 133 37
Binary 111 1110000 10010110 1011111 11001 0 101001 11000100 1011011 11111

Color Harmonies of #077096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077096

Black with #077096

Text Example


Text Example

White with #077096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077096; }

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

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

background-color css

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

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

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

border-color css

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

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

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