Html Css Color HEX #0276CB Navy Blue

📋 copy color: '#0276CB'

red 2 ◦ green 118 ◦ blue 203

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

Shades of Navy Blue #0276CB

Tints of Navy Blue #0276CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 0.62%
G = 36.53%
B = 62.85%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0276CB (or 0x0276CB) is known color: Navy Blue. HEX triplet: 02, 76 and CB. RGB value is (2,118,203). Sum of RGB (Red+Green+Blue) = 2+118+203=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #0276CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276CB is #FD8934. Grayscale: #5C5C5C. Windows color (decimal): -16615733 or 13334018. OLE color: 13334018.

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

Color convert

RGB 2 118 203 -
CMYK 0.99 0.42 0 0.20
HSL 205.37º 0.98% 0.4% -
HSV(B) 205.37º 0.99% 0.8% -
XYZ 17.28 17.28 58.92 -
YUV 93.01 190.07 63.09 -
System Red Green Blue C M Y K H S L
Decimal 2 118 203 0.99 0.42 0 0.20 205.37 0.98 0.4
Hex 2 76 CB 63 2A 0 14 CD 62 28
Octal 2 166 313 143 52 0 24 315 142 50
Binary 10 1110110 11001011 1100011 101010 0 10100 11001101 1100010 101000

Color Harmonies of #0276CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0276CB

Black with #0276CB

Text Example


Text Example

White with #0276CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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