Html Css Color HEX #0247DD Navy Blue

📋 copy color: '#0247DD'

red 2 ◦ green 71 ◦ blue 221

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

Shades of Navy Blue #0247DD

Tints of Navy Blue #0247DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

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

R = 0.68%
G = 24.15%
B = 75.17%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0247DD (or 0x0247DD) is known color: Navy Blue. HEX triplet: 02, 47 and DD. RGB value is (2,71,221). Sum of RGB (Red+Green+Blue) = 2+71+221=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #0247DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247DD is #FDB822. Grayscale: #424242. Windows color (decimal): -16627747 or 14501634. OLE color: 14501634.

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

Color convert

RGB 2 71 221 -
CMYK 0.99 0.68 0 0.13
HSL 221.1º 0.98% 0.44% -
HSV(B) 221.1º 0.99% 0.87% -
XYZ 15.33 9.74 69.48 -
YUV 67.47 214.64 81.3 -
System Red Green Blue C M Y K H S L
Decimal 2 71 221 0.99 0.68 0 0.13 221.1 0.98 0.44
Hex 2 47 DD 63 44 0 D DD 62 2C
Octal 2 107 335 143 104 0 15 335 142 54
Binary 10 1000111 11011101 1100011 1000100 0 1101 11011101 1100010 101100

Color Harmonies of #0247DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247DD

Black with #0247DD

Text Example


Text Example

White with #0247DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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