Html Css Color HEX #0275DF Navy Blue

📋 copy color: '#0275DF'

red 2 ◦ green 117 ◦ blue 223

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

Shades of Navy Blue #0275DF

Tints of Navy Blue #0275DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 0.58%
G = 34.21%
B = 65.2%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0275DF (or 0x0275DF) is known color: Navy Blue. HEX triplet: 02, 75 and DF. RGB value is (2,117,223). Sum of RGB (Red+Green+Blue) = 2+117+223=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #0275DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0275DF is #FD8A20. Grayscale: #5E5E5E. Windows color (decimal): -16615969 or 14644482. OLE color: 14644482.

HSL color Cylindrical-coordinate representation of color #0275DF: hue angle of 208.78º 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 #0275DF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 117 223 -
CMYK 0.99 0.48 0 0.13
HSL 208.78º 0.98% 0.44% -
HSV(B) 208.78º 0.99% 0.87% -
XYZ 19.71 18.06 72.26 -
YUV 94.7 200.4 61.88 -
System Red Green Blue C M Y K H S L
Decimal 2 117 223 0.99 0.48 0 0.13 208.78 0.98 0.44
Hex 2 75 DF 63 30 0 D D1 62 2C
Octal 2 165 337 143 60 0 15 321 142 54
Binary 10 1110101 11011111 1100011 110000 0 1101 11010001 1100010 101100

Color Harmonies of #0275DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0275DF

Black with #0275DF

Text Example


Text Example

White with #0275DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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