Html Css Color HEX #014BDD Navy Blue

📋 copy color: '#014BDD'

red 1 ◦ green 75 ◦ blue 221

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

Shades of Navy Blue #014BDD

Tints of Navy Blue #014BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.41%

R = 0.34%
G = 25.25%
B = 74.41%

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

#014BDD (or 0x014BDD) is known color: Navy Blue. HEX triplet: 01, 4B and DD. RGB value is (1,75,221). Sum of RGB (Red+Green+Blue) = 1+75+221=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #014BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BDD is #FEB422. Grayscale: #444444. Windows color (decimal): -16692259 or 14502657. OLE color: 14502657.

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

Color convert

RGB 1 75 221 -
CMYK 1.00 0.66 0 0.13
HSL 219.82º 0.99% 0.44% -
HSV(B) 219.82º 1% 0.87% -
XYZ 15.58 10.26 69.57 -
YUV 69.52 213.48 79.13 -
System Red Green Blue C M Y K H S L
Decimal 1 75 221 1.00 0.66 0 0.13 219.82 0.99 0.44
Hex 1 4B DD 64 42 0 D DC 63 2C
Octal 1 113 335 144 102 0 15 334 143 54
Binary 1 1001011 11011101 1100100 1000010 0 1101 11011100 1100011 101100

Color Harmonies of #014BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BDD

Black with #014BDD

Text Example


Text Example

White with #014BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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