Html Css Color HEX #014BDE Navy Blue

📋 copy color: '#014BDE'

red 1 ◦ green 75 ◦ blue 222

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

Shades of Navy Blue #014BDE

Tints of Navy Blue #014BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74.5%

R = 0.34%
G = 25.17%
B = 74.5%

CMYK

 C value IS 1.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#014BDE (or 0x014BDE) is known color: Navy Blue. HEX triplet: 01, 4B and DE. RGB value is (1,75,222). Sum of RGB (Red+Green+Blue) = 1+75+222=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #014BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BDE is #FEB421. Grayscale: #444444. Windows color (decimal): -16692258 or 14568193. OLE color: 14568193.

HSL color Cylindrical-coordinate representation of color #014BDE: hue angle of 219.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014BDE is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 75 222 -
CMYK 1.00 0.66 0 0.13
HSL 219.91º 0.99% 0.44% -
HSV(B) 219.91º 1% 0.87% -
XYZ 15.71 10.31 70.27 -
YUV 69.63 213.98 79.05 -
System Red Green Blue C M Y K H S L
Decimal 1 75 222 1.00 0.66 0 0.13 219.91 0.99 0.44
Hex 1 4B DE 64 42 0 D DC 63 2C
Octal 1 113 336 144 102 0 15 334 143 54
Binary 1 1001011 11011110 1100100 1000010 0 1101 11011100 1100011 101100

Color Harmonies of #014BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BDE

Black with #014BDE

Text Example


Text Example

White with #014BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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