Html Css Color HEX #014BED Navy Blue

📋 copy color: '#014BED'

red 1 ◦ green 75 ◦ blue 237

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

Shades of Navy Blue #014BED

Tints of Navy Blue #014BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 75.72%

R = 0.32%
G = 23.96%
B = 75.72%

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

#014BED (or 0x014BED) is known color: Navy Blue. HEX triplet: 01, 4B and ED. RGB value is (1,75,237). Sum of RGB (Red+Green+Blue) = 1+75+237=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #014BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014BED is #FEB412. Grayscale: #464646. Windows color (decimal): -16692243 or 15551233. OLE color: 15551233.

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

Color convert

RGB 1 75 237 -
CMYK 1.00 0.68 0 0.07
HSL 221.19º 0.99% 0.47% -
HSV(B) 221.19º 1% 0.93% -
XYZ 17.81 11.15 81.33 -
YUV 71.34 221.48 77.83 -
System Red Green Blue C M Y K H S L
Decimal 1 75 237 1.00 0.68 0 0.07 221.19 0.99 0.47
Hex 1 4B ED 64 44 0 7 DD 63 2F
Octal 1 113 355 144 104 0 7 335 143 57
Binary 1 1001011 11101101 1100100 1000100 0 111 11011101 1100011 101111

Color Harmonies of #014BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BED

Black with #014BED

Text Example


Text Example

White with #014BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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