Html Css Color HEX #0275DB Navy Blue

📋 copy color: '#0275DB'

red 2 ◦ green 117 ◦ blue 219

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

Shades of Navy Blue #0275DB

Tints of Navy Blue #0275DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 0.59%
G = 34.62%
B = 64.79%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0275DB (or 0x0275DB) is known color: Navy Blue. HEX triplet: 02, 75 and DB. RGB value is (2,117,219). Sum of RGB (Red+Green+Blue) = 2+117+219=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #0275DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0275DB is #FD8A24. Grayscale: #5D5D5D. Windows color (decimal): -16615973 or 14382338. OLE color: 14382338.

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

Color convert

RGB 2 117 219 -
CMYK 0.99 0.47 0 0.14
HSL 208.2º 0.98% 0.43% -
HSV(B) 208.2º 0.99% 0.86% -
XYZ 19.17 17.85 69.45 -
YUV 94.24 198.4 62.21 -
System Red Green Blue C M Y K H S L
Decimal 2 117 219 0.99 0.47 0 0.14 208.2 0.98 0.43
Hex 2 75 DB 63 2F 0 E D0 62 2B
Octal 2 165 333 143 57 0 16 320 142 53
Binary 10 1110101 11011011 1100011 101111 0 1110 11010000 1100010 101011

Color Harmonies of #0275DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0275DB

Black with #0275DB

Text Example


Text Example

White with #0275DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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