Html Css Color HEX #077FB6 Cerulean

📋 copy color: '#077FB6'

red 7 ◦ green 127 ◦ blue 182

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

Shades of Cerulean #077FB6

Tints of Cerulean #077FB6

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 182 (71.48% from 255) = 57.59%

R = 2.22%
G = 40.19%
B = 57.59%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#077FB6 (or 0x077FB6) is known color: Cerulean. HEX triplet: 07, 7F and B6. RGB value is (7,127,182). Sum of RGB (Red+Green+Blue) = 7+127+182=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 182 (71.48% from 255 or 57.59% from 316); Max value from RGB is 182 - color contains mainly: blue. Hex color #077FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FB6 is #F88049. Grayscale: #616161. Windows color (decimal): -16285770 or 11960071. OLE color: 11960071.

HSL color Cylindrical-coordinate representation of color #077FB6: hue angle of 198.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077FB6 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 127 182 -
CMYK 0.96 0.30 0 0.29
HSL 198.86º 0.93% 0.37% -
HSV(B) 198.86º 0.96% 0.71% -
XYZ 16.12 18.6 47 -
YUV 97.39 175.74 63.53 -
System Red Green Blue C M Y K H S L
Decimal 7 127 182 0.96 0.30 0 0.29 198.86 0.93 0.37
Hex 7 7F B6 60 1E 0 1D C7 5D 25
Octal 7 177 266 140 36 0 35 307 135 45
Binary 111 1111111 10110110 1100000 11110 0 11101 11000111 1011101 100101

Color Harmonies of #077FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FB6

Black with #077FB6

Text Example


Text Example

White with #077FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,127,182); }

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

background-color css

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

 a { background-color: rgb(7,127,182); }

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

border-color css

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

 span { border-color: rgb(7,127,182); }

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