Html Css Color HEX #077B9E Cerulean

📋 copy color: '#077B9E'

red 7 ◦ green 123 ◦ blue 158

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

Shades of Cerulean #077B9E

Tints of Cerulean #077B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.71%

 BLUE value IS 158 (62.11% from 255) = 54.86%

R = 2.43%
G = 42.71%
B = 54.86%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#077B9E (or 0x077B9E) is known color: Cerulean. HEX triplet: 07, 7B and 9E. RGB value is (7,123,158). Sum of RGB (Red+Green+Blue) = 7+123+158=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #077B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B9E is #F88461. Grayscale: #5C5C5C. Windows color (decimal): -16286818 or 10386183. OLE color: 10386183.

HSL color Cylindrical-coordinate representation of color #077B9E: hue angle of 193.91º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077B9E is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 123 158 -
CMYK 0.96 0.22 0 0.38
HSL 193.91º 0.92% 0.32% -
HSV(B) 193.91º 0.96% 0.62% -
XYZ 13.34 16.68 34.86 -
YUV 92.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 7 123 158 0.96 0.22 0 0.38 193.91 0.92 0.32
Hex 7 7B 9E 60 16 0 26 C2 5C 20
Octal 7 173 236 140 26 0 46 302 134 40
Binary 111 1111011 10011110 1100000 10110 0 100110 11000010 1011100 100000

Color Harmonies of #077B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077B9E

Black with #077B9E

Text Example


Text Example

White with #077B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077B9E; }

 p { color: rgb(7,123,158); }

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

background-color css

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

 a { background-color: rgb(7,123,158); }

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

border-color css

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

 span { border-color: rgb(7,123,158); }

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