Html Css Color HEX #0276D6 Navy Blue

📋 copy color: '#0276D6'

red 2 ◦ green 118 ◦ blue 214

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

Shades of Navy Blue #0276D6

Tints of Navy Blue #0276D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.07%

R = 0.6%
G = 35.33%
B = 64.07%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0276D6 (or 0x0276D6) is known color: Navy Blue. HEX triplet: 02, 76 and D6. RGB value is (2,118,214). Sum of RGB (Red+Green+Blue) = 2+118+214=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #0276D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276D6 is #FD8929. Grayscale: #5D5D5D. Windows color (decimal): -16615722 or 14054914. OLE color: 14054914.

HSL color Cylindrical-coordinate representation of color #0276D6: hue angle of 207.17º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276D6 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 118 214 -
CMYK 0.99 0.45 0 0.16
HSL 207.17º 0.98% 0.42% -
HSV(B) 207.17º 0.99% 0.84% -
XYZ 18.64 17.82 66.08 -
YUV 94.26 195.57 62.19 -
System Red Green Blue C M Y K H S L
Decimal 2 118 214 0.99 0.45 0 0.16 207.17 0.98 0.42
Hex 2 76 D6 63 2D 0 10 CF 62 2A
Octal 2 166 326 143 55 0 20 317 142 52
Binary 10 1110110 11010110 1100011 101101 0 10000 11001111 1100010 101010

Color Harmonies of #0276D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0276D6

Black with #0276D6

Text Example


Text Example

White with #0276D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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