Html Css Color HEX #077292 Cerulean

📋 copy color: '#077292'

red 7 ◦ green 114 ◦ blue 146

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

Shades of Cerulean #077292

Tints of Cerulean #077292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 2.62%
G = 42.7%
B = 54.68%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#077292 (or 0x077292) is known color: Cerulean. HEX triplet: 07, 72 and 92. RGB value is (7,114,146). Sum of RGB (Red+Green+Blue) = 7+114+146=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #077292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077292 is #F88D6D. Grayscale: #555555. Windows color (decimal): -16289134 or 9597447. OLE color: 9597447.

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

Color convert

RGB 7 114 146 -
CMYK 0.95 0.22 0 0.43
HSL 193.81º 0.91% 0.3% -
HSV(B) 193.81º 0.95% 0.57% -
XYZ 11.29 14.16 29.33 -
YUV 85.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 7 114 146 0.95 0.22 0 0.43 193.81 0.91 0.3
Hex 7 72 92 5F 16 0 2B C2 5B 1E
Octal 7 162 222 137 26 0 53 302 133 36
Binary 111 1110010 10010010 1011111 10110 0 101011 11000010 1011011 11110

Color Harmonies of #077292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077292

Black with #077292

Text Example


Text Example

White with #077292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077292; }

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

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

background-color css

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

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

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

border-color css

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

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

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