Html Css Color HEX #0275DE Navy Blue

📋 copy color: '#0275DE'

red 2 ◦ green 117 ◦ blue 222

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

Shades of Navy Blue #0275DE

Tints of Navy Blue #0275DE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 0.59%
G = 34.31%
B = 65.1%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0275DE (or 0x0275DE) is known color: Navy Blue. HEX triplet: 02, 75 and DE. RGB value is (2,117,222). Sum of RGB (Red+Green+Blue) = 2+117+222=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #0275DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0275DE is #FD8A21. Grayscale: #5E5E5E. Windows color (decimal): -16615970 or 14578946. OLE color: 14578946.

HSL color Cylindrical-coordinate representation of color #0275DE: hue angle of 208.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0275DE is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 117 222 -
CMYK 0.99 0.47 0 0.13
HSL 208.64º 0.98% 0.44% -
HSV(B) 208.64º 0.99% 0.87% -
XYZ 19.57 18.01 71.55 -
YUV 94.59 199.9 61.96 -
System Red Green Blue C M Y K H S L
Decimal 2 117 222 0.99 0.47 0 0.13 208.64 0.98 0.44
Hex 2 75 DE 63 2F 0 D D1 62 2C
Octal 2 165 336 143 57 0 15 321 142 54
Binary 10 1110101 11011110 1100011 101111 0 1101 11010001 1100010 101100

Color Harmonies of #0275DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0275DE

Black with #0275DE

Text Example


Text Example

White with #0275DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0275DE; }

 p { color: rgb(2,117,222); }

 H1.HeaderClassName
 {
   color: #0275DE;
 }
 .AnyTagClassName
 {
   color: #0275DE;
 }
</style>

background-color css

<style>
 a { background-color: #0275DE; }

 a { background-color: rgb(2,117,222); }

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

border-color css

<style>
 span { border-color: #0275DE; }

 span { border-color: rgb(2,117,222); }

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