Html Css Color HEX #014BFF Navy Blue

📋 copy color: '#014BFF'

red 1 ◦ green 75 ◦ blue 255

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

Shades of Navy Blue #014BFF

Tints of Navy Blue #014BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

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

R = 0.3%
G = 22.66%
B = 77.04%

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

#014BFF (or 0x014BFF) is known color: Navy Blue. HEX triplet: 01, 4B and FF. RGB value is (1,75,255). Sum of RGB (Red+Green+Blue) = 1+75+255=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #014BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014BFF is #FEB400. Grayscale: #484848. Windows color (decimal): -16692225 or 16730881. OLE color: 16730881.

HSL color Cylindrical-coordinate representation of color #014BFF: hue angle of 222.52º 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 #014BFF is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 75 255 -
CMYK 1.00 0.71 0 0
HSL 222.52º 1% 0.5% -
HSV(B) 222.52º 1% 1% -
XYZ 20.58 12.26 95.89 -
YUV 73.39 230.48 76.36 -
System Red Green Blue C M Y K H S L
Decimal 1 75 255 1.00 0.71 0 0 222.52 1 0.5
Hex 1 4B FF 64 47 0 0 DF 64 32
Octal 1 113 377 144 107 0 0 337 144 62
Binary 1 1001011 11111111 1100100 1000111 0 0 11011111 1100100 110010

Color Harmonies of #014BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BFF

Black with #014BFF

Text Example


Text Example

White with #014BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014BFF; }

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

 H1.HeaderClassName
 {
   color: #014BFF;
 }
 .AnyTagClassName
 {
   color: #014BFF;
 }
</style>

background-color css

<style>
 a { background-color: #014BFF; }

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

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

border-color css

<style>
 span { border-color: #014BFF; }

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

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