Html Css Color HEX #0277AE Cerulean

📋 copy color: '#0277AE'

red 2 ◦ green 119 ◦ blue 174

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

Shades of Cerulean #0277AE

Tints of Cerulean #0277AE

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

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

 BLUE value IS 174 (68.36% from 255) = 58.98%

R = 0.68%
G = 40.34%
B = 58.98%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0277AE (or 0x0277AE) is known color: Cerulean. HEX triplet: 02, 77 and AE. RGB value is (2,119,174). Sum of RGB (Red+Green+Blue) = 2+119+174=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #0277AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0277AE is #FD8851. Grayscale: #595959. Windows color (decimal): -16615506 or 11433730. OLE color: 11433730.

HSL color Cylindrical-coordinate representation of color #0277AE: hue angle of 199.19º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277AE is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 119 174 -
CMYK 0.99 0.32 0 0.32
HSL 199.19º 0.98% 0.35% -
HSV(B) 199.19º 0.99% 0.68% -
XYZ 14.26 16.26 42.43 -
YUV 90.29 175.24 65.03 -
System Red Green Blue C M Y K H S L
Decimal 2 119 174 0.99 0.32 0 0.32 199.19 0.98 0.35
Hex 2 77 AE 63 20 0 20 C7 62 23
Octal 2 167 256 143 40 0 40 307 142 43
Binary 10 1110111 10101110 1100011 100000 0 100000 11000111 1100010 100011

Color Harmonies of #0277AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0277AE

Black with #0277AE

Text Example


Text Example

White with #0277AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0277AE; }

 p { color: rgb(2,119,174); }

 H1.HeaderClassName
 {
   color: #0277AE;
 }
 .AnyTagClassName
 {
   color: #0277AE;
 }
</style>

background-color css

<style>
 a { background-color: #0277AE; }

 a { background-color: rgb(2,119,174); }

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

border-color css

<style>
 span { border-color: #0277AE; }

 span { border-color: rgb(2,119,174); }

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