Html Css Color HEX #014BCC Navy Blue

📋 copy color: '#014BCC'

red 1 ◦ green 75 ◦ blue 204

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

Shades of Navy Blue #014BCC

Tints of Navy Blue #014BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.86%

R = 0.36%
G = 26.79%
B = 72.86%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#014BCC (or 0x014BCC) is known color: Navy Blue. HEX triplet: 01, 4B and CC. RGB value is (1,75,204). Sum of RGB (Red+Green+Blue) = 1+75+204=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #014BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BCC is #FEB433. Grayscale: #424242. Windows color (decimal): -16692276 or 13388545. OLE color: 13388545.

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

Color convert

RGB 1 75 204 -
CMYK 1.00 0.63 0 0.2
HSL 218.13º 0.99% 0.4% -
HSV(B) 218.13º 1% 0.8% -
XYZ 13.43 9.4 58.23 -
YUV 67.58 204.98 80.51 -
System Red Green Blue C M Y K H S L
Decimal 1 75 204 1.00 0.63 0 0.2 218.13 0.99 0.4
Hex 1 4B CC 64 3F 0 14 DA 63 28
Octal 1 113 314 144 77 0 24 332 143 50
Binary 1 1001011 11001100 1100100 111111 0 10100 11011010 1100011 101000

Color Harmonies of #014BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BCC

Black with #014BCC

Text Example


Text Example

White with #014BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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