Html Css Color HEX #014ACB Navy Blue

📋 copy color: '#014ACB'

red 1 ◦ green 74 ◦ blue 203

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

Shades of Navy Blue #014ACB

Tints of Navy Blue #014ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 203 (79.69% from 255) = 73.02%

R = 0.36%
G = 26.62%
B = 73.02%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#014ACB (or 0x014ACB) is known color: Navy Blue. HEX triplet: 01, 4A and CB. RGB value is (1,74,203). Sum of RGB (Red+Green+Blue) = 1+74+203=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #014ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ACB is #FEB534. Grayscale: #424242. Windows color (decimal): -16692533 or 13322753. OLE color: 13322753.

HSL color Cylindrical-coordinate representation of color #014ACB: hue angle of 218.32º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014ACB is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 74 203 -
CMYK 1.00 0.64 0 0.20
HSL 218.32º 0.99% 0.4% -
HSV(B) 218.32º 1% 0.8% -
XYZ 13.24 9.22 57.58 -
YUV 66.88 204.82 81.01 -
System Red Green Blue C M Y K H S L
Decimal 1 74 203 1.00 0.64 0 0.20 218.32 0.99 0.4
Hex 1 4A CB 64 40 0 14 DA 63 28
Octal 1 112 313 144 100 0 24 332 143 50
Binary 1 1001010 11001011 1100100 1000000 0 10100 11011010 1100011 101000

Color Harmonies of #014ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014ACB

Black with #014ACB

Text Example


Text Example

White with #014ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,74,203); }

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

background-color css

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

 a { background-color: rgb(1,74,203); }

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

border-color css

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

 span { border-color: rgb(1,74,203); }

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