Html Css Color HEX #014BEC Navy Blue

📋 copy color: '#014BEC'

red 1 ◦ green 75 ◦ blue 236

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

Shades of Navy Blue #014BEC

Tints of Navy Blue #014BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.64%

R = 0.32%
G = 24.04%
B = 75.64%

CMYK

 C value IS 1.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#014BEC (or 0x014BEC) is known color: Navy Blue. HEX triplet: 01, 4B and EC. RGB value is (1,75,236). Sum of RGB (Red+Green+Blue) = 1+75+236=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #014BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014BEC is #FEB413. Grayscale: #464646. Windows color (decimal): -16692244 or 15485697. OLE color: 15485697.

HSL color Cylindrical-coordinate representation of color #014BEC: hue angle of 221.11º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014BEC is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 75 236 -
CMYK 1.00 0.68 0 0.07
HSL 221.11º 0.99% 0.46% -
HSV(B) 221.11º 1% 0.93% -
XYZ 17.67 11.09 80.57 -
YUV 71.23 220.98 77.91 -
System Red Green Blue C M Y K H S L
Decimal 1 75 236 1.00 0.68 0 0.07 221.11 0.99 0.46
Hex 1 4B EC 64 44 0 7 DD 63 2E
Octal 1 113 354 144 104 0 7 335 143 56
Binary 1 1001011 11101100 1100100 1000100 0 111 11011101 1100011 101110

Color Harmonies of #014BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BEC

Black with #014BEC

Text Example


Text Example

White with #014BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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