Html Css Color HEX #0077BC Cerulean

📋 copy color: '#0077BC'

red 0 ◦ green 119 ◦ blue 188

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

Shades of Cerulean #0077BC

Tints of Cerulean #0077BC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 0%
G = 38.76%
B = 61.24%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0077BC (or 0x0077BC) is known color: Cerulean. HEX triplet: 00, 77 and BC. RGB value is (0,119,188). Sum of RGB (Red+Green+Blue) = 0+119+188=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #0077BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0077BC is #FF8843. Grayscale: #5A5A5A. Windows color (decimal): -16746564 or 12351232. OLE color: 12351232.

HSL color Cylindrical-coordinate representation of color #0077BC: hue angle of 202.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077BC is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 119 188 -
CMYK 1 0.37 0 0.26
HSL 202.02º 1% 0.37% -
HSV(B) 202.02º 1% 0.74% -
XYZ 15.67 16.82 50 -
YUV 91.29 182.58 62.89 -
System Red Green Blue C M Y K H S L
Decimal 0 119 188 1 0.37 0 0.26 202.02 1 0.37
Hex 0 77 BC 64 25 0 1A CA 64 25
Octal 0 167 274 144 45 0 32 312 144 45
Binary 0 1110111 10111100 1100100 100101 0 11010 11001010 1100100 100101

Color Harmonies of #0077BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0077BC

Black with #0077BC

Text Example


Text Example

White with #0077BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0077BC; }

 p { color: rgb(0,119,188); }

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

background-color css

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

 a { background-color: rgb(0,119,188); }

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

border-color css

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

 span { border-color: rgb(0,119,188); }

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