Html Css Color HEX #0777AD Cerulean

📋 copy color: '#0777AD'

red 7 ◦ green 119 ◦ blue 173

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

Shades of Cerulean #0777AD

Tints of Cerulean #0777AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 2.34%
G = 39.8%
B = 57.86%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0777AD (or 0x0777AD) is known color: Cerulean. HEX triplet: 07, 77 and AD. RGB value is (7,119,173). Sum of RGB (Red+Green+Blue) = 7+119+173=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #0777AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0777AD is #F88852. Grayscale: #5B5B5B. Windows color (decimal): -16287827 or 11368199. OLE color: 11368199.

HSL color Cylindrical-coordinate representation of color #0777AD: hue angle of 199.52º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0777AD is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 119 173 -
CMYK 0.96 0.31 0 0.32
HSL 199.52º 0.92% 0.35% -
HSV(B) 199.52º 0.96% 0.68% -
XYZ 14.23 16.26 41.92 -
YUV 91.67 173.89 67.61 -
System Red Green Blue C M Y K H S L
Decimal 7 119 173 0.96 0.31 0 0.32 199.52 0.92 0.35
Hex 7 77 AD 60 1F 0 20 C8 5C 23
Octal 7 167 255 140 37 0 40 310 134 43
Binary 111 1110111 10101101 1100000 11111 0 100000 11001000 1011100 100011

Color Harmonies of #0777AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777AD

Black with #0777AD

Text Example


Text Example

White with #0777AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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