Html Css Color HEX #077297 Cerulean

📋 copy color: '#077297'

red 7 ◦ green 114 ◦ blue 151

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

Shades of Cerulean #077297

Tints of Cerulean #077297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 2.57%
G = 41.91%
B = 55.51%

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

#077297 (or 0x077297) is known color: Cerulean. HEX triplet: 07, 72 and 97. RGB value is (7,114,151). Sum of RGB (Red+Green+Blue) = 7+114+151=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #077297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077297 is #F88D68. Grayscale: #555555. Windows color (decimal): -16289129 or 9925127. OLE color: 9925127.

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

Color convert

RGB 7 114 151 -
CMYK 0.95 0.25 0 0.41
HSL 195.42º 0.91% 0.31% -
HSV(B) 195.42º 0.95% 0.59% -
XYZ 11.69 14.31 31.42 -
YUV 86.23 164.55 71.49 -
System Red Green Blue C M Y K H S L
Decimal 7 114 151 0.95 0.25 0 0.41 195.42 0.91 0.31
Hex 7 72 97 5F 19 0 29 C3 5B 1F
Octal 7 162 227 137 31 0 51 303 133 37
Binary 111 1110010 10010111 1011111 11001 0 101001 11000011 1011011 11111

Color Harmonies of #077297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077297

Black with #077297

Text Example


Text Example

White with #077297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077297; }

 p { color: rgb(7,114,151); }

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

background-color css

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

 a { background-color: rgb(7,114,151); }

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

border-color css

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

 span { border-color: rgb(7,114,151); }

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