Html Css Color HEX #0276EA Navy Blue

📋 copy color: '#0276EA'

red 2 ◦ green 118 ◦ blue 234

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

Shades of Navy Blue #0276EA

Tints of Navy Blue #0276EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 0.56%
G = 33.33%
B = 66.1%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0276EA (or 0x0276EA) is known color: Navy Blue. HEX triplet: 02, 76 and EA. RGB value is (2,118,234). Sum of RGB (Red+Green+Blue) = 2+118+234=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #0276EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276EA is #FD8915. Grayscale: #5F5F5F. Windows color (decimal): -16615702 or 15365634. OLE color: 15365634.

HSL color Cylindrical-coordinate representation of color #0276EA: hue angle of 210º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276EA is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 118 234 -
CMYK 0.99 0.50 0 0.08
HSL 210º 0.98% 0.46% -
HSV(B) 210º 0.99% 0.92% -
XYZ 21.35 18.91 80.37 -
YUV 96.54 205.57 60.57 -
System Red Green Blue C M Y K H S L
Decimal 2 118 234 0.99 0.50 0 0.08 210 0.98 0.46
Hex 2 76 EA 63 32 0 8 D2 62 2E
Octal 2 166 352 143 62 0 10 322 142 56
Binary 10 1110110 11101010 1100011 110010 0 1000 11010010 1100010 101110

Color Harmonies of #0276EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0276EA

Black with #0276EA

Text Example


Text Example

White with #0276EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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