Html Css Color HEX #0276CC Navy Blue

📋 copy color: '#0276CC'

red 2 ◦ green 118 ◦ blue 204

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

Shades of Navy Blue #0276CC

Tints of Navy Blue #0276CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 0.62%
G = 36.42%
B = 62.96%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0276CC (or 0x0276CC) is known color: Navy Blue. HEX triplet: 02, 76 and CC. RGB value is (2,118,204). Sum of RGB (Red+Green+Blue) = 2+118+204=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #0276CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276CC is #FD8933. Grayscale: #5C5C5C. Windows color (decimal): -16615732 or 13399554. OLE color: 13399554.

HSL color Cylindrical-coordinate representation of color #0276CC: hue angle of 205.54º 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 #0276CC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 118 204 -
CMYK 0.99 0.42 0 0.2
HSL 205.54º 0.98% 0.4% -
HSV(B) 205.54º 0.99% 0.8% -
XYZ 17.4 17.33 59.55 -
YUV 93.12 190.57 63.01 -
System Red Green Blue C M Y K H S L
Decimal 2 118 204 0.99 0.42 0 0.2 205.54 0.98 0.4
Hex 2 76 CC 63 2A 0 14 CE 62 28
Octal 2 166 314 143 52 0 24 316 142 50
Binary 10 1110110 11001100 1100011 101010 0 10100 11001110 1100010 101000

Color Harmonies of #0276CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0276CC

Black with #0276CC

Text Example


Text Example

White with #0276CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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