Html Css Color HEX #014CC9 Navy Blue

📋 copy color: '#014CC9'

red 1 ◦ green 76 ◦ blue 201

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

Shades of Navy Blue #014CC9

Tints of Navy Blue #014CC9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

 BLUE value IS 201 (78.91% from 255) = 72.3%

R = 0.36%
G = 27.34%
B = 72.3%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#014CC9 (or 0x014CC9) is known color: Navy Blue. HEX triplet: 01, 4C and C9. RGB value is (1,76,201). Sum of RGB (Red+Green+Blue) = 1+76+201=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 201 (78.91% from 255 or 72.30% from 278); Max value from RGB is 201 - color contains mainly: blue. Hex color #014CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CC9 is #FEB336. Grayscale: #434343. Windows color (decimal): -16692023 or 13192193. OLE color: 13192193.

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

Color convert

RGB 1 76 201 -
CMYK 1.00 0.62 0 0.21
HSL 217.5º 0.99% 0.4% -
HSV(B) 217.5º 1% 0.79% -
XYZ 13.14 9.39 56.38 -
YUV 67.83 203.15 80.34 -
System Red Green Blue C M Y K H S L
Decimal 1 76 201 1.00 0.62 0 0.21 217.5 0.99 0.4
Hex 1 4C C9 64 3E 0 15 DA 63 28
Octal 1 114 311 144 76 0 25 332 143 50
Binary 1 1001100 11001001 1100100 111110 0 10101 11011010 1100011 101000

Color Harmonies of #014CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CC9

Black with #014CC9

Text Example


Text Example

White with #014CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,76,201); }

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

background-color css

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

 a { background-color: rgb(1,76,201); }

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

border-color css

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

 span { border-color: rgb(1,76,201); }

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