Html Css Color HEX #0276C0 Navy Blue

📋 copy color: '#0276C0'

red 2 ◦ green 118 ◦ blue 192

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

Shades of Navy Blue #0276C0

Tints of Navy Blue #0276C0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

 BLUE value IS 192 (75.39% from 255) = 61.54%

R = 0.64%
G = 37.82%
B = 61.54%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0276C0 (or 0x0276C0) is known color: Navy Blue. HEX triplet: 02, 76 and C0. RGB value is (2,118,192). Sum of RGB (Red+Green+Blue) = 2+118+192=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #0276C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276C0 is #FD893F. Grayscale: #5B5B5B. Windows color (decimal): -16615744 or 12613122. OLE color: 12613122.

HSL color Cylindrical-coordinate representation of color #0276C0: hue angle of 203.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276C0 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 118 192 -
CMYK 0.99 0.39 0 0.25
HSL 203.37º 0.98% 0.38% -
HSV(B) 203.37º 0.99% 0.75% -
XYZ 16.02 16.78 52.26 -
YUV 91.75 184.57 63.98 -
System Red Green Blue C M Y K H S L
Decimal 2 118 192 0.99 0.39 0 0.25 203.37 0.98 0.38
Hex 2 76 C0 63 27 0 19 CB 62 26
Octal 2 166 300 143 47 0 31 313 142 46
Binary 10 1110110 11000000 1100011 100111 0 11001 11001011 1100010 100110

Color Harmonies of #0276C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0276C0

Black with #0276C0

Text Example


Text Example

White with #0276C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0276C0; }

 p { color: rgb(2,118,192); }

 H1.HeaderClassName
 {
   color: #0276C0;
 }
 .AnyTagClassName
 {
   color: #0276C0;
 }
</style>

background-color css

<style>
 a { background-color: #0276C0; }

 a { background-color: rgb(2,118,192); }

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

border-color css

<style>
 span { border-color: #0276C0; }

 span { border-color: rgb(2,118,192); }

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