Html Css Color HEX #077391 Cerulean

📋 copy color: '#077391'

red 7 ◦ green 115 ◦ blue 145

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

Shades of Cerulean #077391

Tints of Cerulean #077391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 2.62%
G = 43.07%
B = 54.31%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#077391 (or 0x077391) is known color: Cerulean. HEX triplet: 07, 73 and 91. RGB value is (7,115,145). Sum of RGB (Red+Green+Blue) = 7+115+145=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #077391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077391 is #F88C6E. Grayscale: #555555. Windows color (decimal): -16288879 or 9532167. OLE color: 9532167.

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

Color convert

RGB 7 115 145 -
CMYK 0.95 0.21 0 0.43
HSL 193.04º 0.91% 0.3% -
HSV(B) 193.04º 0.95% 0.57% -
XYZ 11.33 14.35 28.96 -
YUV 86.13 161.22 71.56 -
System Red Green Blue C M Y K H S L
Decimal 7 115 145 0.95 0.21 0 0.43 193.04 0.91 0.3
Hex 7 73 91 5F 15 0 2B C1 5B 1E
Octal 7 163 221 137 25 0 53 301 133 36
Binary 111 1110011 10010001 1011111 10101 0 101011 11000001 1011011 11110

Color Harmonies of #077391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077391

Black with #077391

Text Example


Text Example

White with #077391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077391; }

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

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

background-color css

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

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

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

border-color css

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

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

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