Html Css Color HEX #0275DD Navy Blue

📋 copy color: '#0275DD'

red 2 ◦ green 117 ◦ blue 221

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

Shades of Navy Blue #0275DD

Tints of Navy Blue #0275DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65%

R = 0.59%
G = 34.41%
B = 65%

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

#0275DD (or 0x0275DD) is known color: Navy Blue. HEX triplet: 02, 75 and DD. RGB value is (2,117,221). Sum of RGB (Red+Green+Blue) = 2+117+221=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #0275DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0275DD is #FD8A22. Grayscale: #5D5D5D. Windows color (decimal): -16615971 or 14513410. OLE color: 14513410.

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

Color convert

RGB 2 117 221 -
CMYK 0.99 0.47 0 0.13
HSL 208.49º 0.98% 0.44% -
HSV(B) 208.49º 0.99% 0.87% -
XYZ 19.44 17.96 70.85 -
YUV 94.47 199.4 62.04 -
System Red Green Blue C M Y K H S L
Decimal 2 117 221 0.99 0.47 0 0.13 208.49 0.98 0.44
Hex 2 75 DD 63 2F 0 D D0 62 2C
Octal 2 165 335 143 57 0 15 320 142 54
Binary 10 1110101 11011101 1100011 101111 0 1101 11010000 1100010 101100

Color Harmonies of #0275DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0275DD

Black with #0275DD

Text Example


Text Example

White with #0275DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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