Html Css Color HEX #014BCF Navy Blue

📋 copy color: '#014BCF'

red 1 ◦ green 75 ◦ blue 207

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

Shades of Navy Blue #014BCF

Tints of Navy Blue #014BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 0.35%
G = 26.5%
B = 73.14%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#014BCF (or 0x014BCF) is known color: Navy Blue. HEX triplet: 01, 4B and CF. RGB value is (1,75,207). Sum of RGB (Red+Green+Blue) = 1+75+207=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #014BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BCF is #FEB430. Grayscale: #434343. Windows color (decimal): -16692273 or 13585153. OLE color: 13585153.

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

Color convert

RGB 1 75 207 -
CMYK 1.00 0.64 0 0.19
HSL 218.45º 0.99% 0.41% -
HSV(B) 218.45º 1% 0.81% -
XYZ 13.79 9.54 60.15 -
YUV 67.92 206.48 80.27 -
System Red Green Blue C M Y K H S L
Decimal 1 75 207 1.00 0.64 0 0.19 218.45 0.99 0.41
Hex 1 4B CF 64 40 0 13 DA 63 29
Octal 1 113 317 144 100 0 23 332 143 51
Binary 1 1001011 11001111 1100100 1000000 0 10011 11011010 1100011 101001

Color Harmonies of #014BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BCF

Black with #014BCF

Text Example


Text Example

White with #014BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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