Html Css Color HEX #014CCF Navy Blue

📋 copy color: '#014CCF'

red 1 ◦ green 76 ◦ blue 207

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

Shades of Navy Blue #014CCF

Tints of Navy Blue #014CCF

RGB

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

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

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

R = 0.35%
G = 26.76%
B = 72.89%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#014CCF (or 0x014CCF) is known color: Navy Blue. HEX triplet: 01, 4C and CF. RGB value is (1,76,207). Sum of RGB (Red+Green+Blue) = 1+76+207=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #014CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CCF is #FEB330. Grayscale: #434343. Windows color (decimal): -16692017 or 13585409. OLE color: 13585409.

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

Color convert

RGB 1 76 207 -
CMYK 1.00 0.63 0 0.19
HSL 218.16º 0.99% 0.41% -
HSV(B) 218.16º 1% 0.81% -
XYZ 13.86 9.68 60.17 -
YUV 68.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 1 76 207 1.00 0.63 0 0.19 218.16 0.99 0.41
Hex 1 4C CF 64 3F 0 13 DA 63 29
Octal 1 114 317 144 77 0 23 332 143 51
Binary 1 1001100 11001111 1100100 111111 0 10011 11011010 1100011 101001

Color Harmonies of #014CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CCF

Black with #014CCF

Text Example


Text Example

White with #014CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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