Html Css Color HEX #077092 Cerulean

📋 copy color: '#077092'

red 7 ◦ green 112 ◦ blue 146

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

Shades of Cerulean #077092

Tints of Cerulean #077092

RGB

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

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

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

R = 2.64%
G = 42.26%
B = 55.09%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#077092 (or 0x077092) is known color: Cerulean. HEX triplet: 07, 70 and 92. RGB value is (7,112,146). Sum of RGB (Red+Green+Blue) = 7+112+146=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #077092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077092 is #F88F6D. Grayscale: #545454. Windows color (decimal): -16289646 or 9596935. OLE color: 9596935.

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

Color convert

RGB 7 112 146 -
CMYK 0.95 0.23 0 0.43
HSL 194.68º 0.91% 0.3% -
HSV(B) 194.68º 0.95% 0.57% -
XYZ 11.07 13.71 29.26 -
YUV 84.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 7 112 146 0.95 0.23 0 0.43 194.68 0.91 0.3
Hex 7 70 92 5F 17 0 2B C3 5B 1E
Octal 7 160 222 137 27 0 53 303 133 36
Binary 111 1110000 10010010 1011111 10111 0 101011 11000011 1011011 11110

Color Harmonies of #077092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077092

Black with #077092

Text Example


Text Example

White with #077092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077092; }

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

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

background-color css

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

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

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

border-color css

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

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

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