Html Css Color HEX #0777BA Cerulean

📋 copy color: '#0777BA'

red 7 ◦ green 119 ◦ blue 186

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

Shades of Cerulean #0777BA

Tints of Cerulean #0777BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.14%

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 2.24%
G = 38.14%
B = 59.62%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0777BA (or 0x0777BA) is known color: Cerulean. HEX triplet: 07, 77 and BA. RGB value is (7,119,186). Sum of RGB (Red+Green+Blue) = 7+119+186=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #0777BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0777BA is #F88845. Grayscale: #5C5C5C. Windows color (decimal): -16287814 or 12220167. OLE color: 12220167.

HSL color Cylindrical-coordinate representation of color #0777BA: hue angle of 202.46º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0777BA is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 119 186 -
CMYK 0.96 0.36 0 0.27
HSL 202.46º 0.93% 0.38% -
HSV(B) 202.46º 0.96% 0.73% -
XYZ 15.55 16.78 48.87 -
YUV 93.15 180.39 66.55 -
System Red Green Blue C M Y K H S L
Decimal 7 119 186 0.96 0.36 0 0.27 202.46 0.93 0.38
Hex 7 77 BA 60 24 0 1B CA 5D 26
Octal 7 167 272 140 44 0 33 312 135 46
Binary 111 1110111 10111010 1100000 100100 0 11011 11001010 1011101 100110

Color Harmonies of #0777BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777BA

Black with #0777BA

Text Example


Text Example

White with #0777BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0777BA; }

 p { color: rgb(7,119,186); }

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

background-color css

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

 a { background-color: rgb(7,119,186); }

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

border-color css

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

 span { border-color: rgb(7,119,186); }

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