Html Css Color HEX #0247FF Navy Blue

📋 copy color: '#0247FF'

red 2 ◦ green 71 ◦ blue 255

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

Shades of Navy Blue #0247FF

Tints of Navy Blue #0247FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 77.74%

R = 0.61%
G = 21.65%
B = 77.74%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0247FF (or 0x0247FF) is known color: Navy Blue. HEX triplet: 02, 47 and FF. RGB value is (2,71,255). Sum of RGB (Red+Green+Blue) = 2+71+255=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #0247FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0247FF is #FDB800. Grayscale: #464646. Windows color (decimal): -16627713 or 16729858. OLE color: 16729858.

HSL color Cylindrical-coordinate representation of color #0247FF: hue angle of 223.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247FF is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 71 255 -
CMYK 0.99 0.72 0 0
HSL 223.64º 1% 0.5% -
HSV(B) 223.64º 0.99% 1% -
XYZ 20.33 11.74 95.8 -
YUV 71.35 231.64 78.54 -
System Red Green Blue C M Y K H S L
Decimal 2 71 255 0.99 0.72 0 0 223.64 1 0.5
Hex 2 47 FF 63 48 0 0 E0 64 32
Octal 2 107 377 143 110 0 0 340 144 62
Binary 10 1000111 11111111 1100011 1001000 0 0 11100000 1100100 110010

Color Harmonies of #0247FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247FF

Black with #0247FF

Text Example


Text Example

White with #0247FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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