Html Css Color HEX #0149FF Navy Blue

📋 copy color: '#0149FF'

red 1 ◦ green 73 ◦ blue 255

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

Shades of Navy Blue #0149FF

Tints of Navy Blue #0149FF

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 73 (28.91% from 255) = 22.19%

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

R = 0.3%
G = 22.19%
B = 77.51%

CMYK

 C value IS 1.00

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0149FF (or 0x0149FF) is known color: Navy Blue. HEX triplet: 01, 49 and FF. RGB value is (1,73,255). Sum of RGB (Red+Green+Blue) = 1+73+255=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #0149FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0149FF is #FEB600. Grayscale: #474747. Windows color (decimal): -16692737 or 16730369. OLE color: 16730369.

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

Color convert

RGB 1 73 255 -
CMYK 1.00 0.71 0 0
HSL 222.99º 1% 0.5% -
HSV(B) 222.99º 1% 1% -
XYZ 20.45 11.99 95.84 -
YUV 72.22 231.15 77.2 -
System Red Green Blue C M Y K H S L
Decimal 1 73 255 1.00 0.71 0 0 222.99 1 0.5
Hex 1 49 FF 64 47 0 0 DF 64 32
Octal 1 111 377 144 107 0 0 337 144 62
Binary 1 1001001 11111111 1100100 1000111 0 0 11011111 1100100 110010

Color Harmonies of #0149FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0149FF

Black with #0149FF

Text Example


Text Example

White with #0149FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,73,255); }

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

background-color css

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

 a { background-color: rgb(1,73,255); }

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

border-color css

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

 span { border-color: rgb(1,73,255); }

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