Html Css Color HEX #0247FB Navy Blue

📋 copy color: '#0247FB'

red 2 ◦ green 71 ◦ blue 251

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

Shades of Navy Blue #0247FB

Tints of Navy Blue #0247FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 77.47%

R = 0.62%
G = 21.91%
B = 77.47%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0247FB (or 0x0247FB) is known color: Navy Blue. HEX triplet: 02, 47 and FB. RGB value is (2,71,251). Sum of RGB (Red+Green+Blue) = 2+71+251=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #0247FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0247FB is #FDB804. Grayscale: #464646. Windows color (decimal): -16627717 or 16467714. OLE color: 16467714.

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

Color convert

RGB 2 71 251 -
CMYK 0.99 0.72 0 0.02
HSL 223.37º 0.98% 0.5% -
HSV(B) 223.37º 0.99% 0.98% -
XYZ 19.69 11.48 92.45 -
YUV 70.89 229.64 78.86 -
System Red Green Blue C M Y K H S L
Decimal 2 71 251 0.99 0.72 0 0.02 223.37 0.98 0.5
Hex 2 47 FB 63 48 0 2 DF 62 32
Octal 2 107 373 143 110 0 2 337 142 62
Binary 10 1000111 11111011 1100011 1001000 0 10 11011111 1100010 110010

Color Harmonies of #0247FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0247FB

Black with #0247FB

Text Example


Text Example

White with #0247FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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