Html Css Color HEX #014BFB Navy Blue

📋 copy color: '#014BFB'

red 1 ◦ green 75 ◦ blue 251

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

Shades of Navy Blue #014BFB

Tints of Navy Blue #014BFB

RGB

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

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

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

R = 0.31%
G = 22.94%
B = 76.76%

CMYK

 C value IS 1.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#014BFB (or 0x014BFB) is known color: Navy Blue. HEX triplet: 01, 4B and FB. RGB value is (1,75,251). Sum of RGB (Red+Green+Blue) = 1+75+251=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #014BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014BFB is #FEB404. Grayscale: #484848. Windows color (decimal): -16692229 or 16468737. OLE color: 16468737.

HSL color Cylindrical-coordinate representation of color #014BFB: hue angle of 222.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014BFB is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 75 251 -
CMYK 1.00 0.70 0 0.02
HSL 222.24º 0.99% 0.49% -
HSV(B) 222.24º 1% 0.98% -
XYZ 19.94 12 92.53 -
YUV 72.94 228.48 76.69 -
System Red Green Blue C M Y K H S L
Decimal 1 75 251 1.00 0.70 0 0.02 222.24 0.99 0.49
Hex 1 4B FB 64 46 0 2 DE 63 31
Octal 1 113 373 144 106 0 2 336 143 61
Binary 1 1001011 11111011 1100100 1000110 0 10 11011110 1100011 110001

Color Harmonies of #014BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BFB

Black with #014BFB

Text Example


Text Example

White with #014BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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