Html Css Color HEX #0154FD Navy Blue

📋 copy color: '#0154FD'

red 1 ◦ green 84 ◦ blue 253

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

Shades of Navy Blue #0154FD

Tints of Navy Blue #0154FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

 BLUE value IS 253 (99.22% from 255) = 74.85%

R = 0.3%
G = 24.85%
B = 74.85%

CMYK

 C value IS 1.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0154FD (or 0x0154FD) is known color: Navy Blue. HEX triplet: 01, 54 and FD. RGB value is (1,84,253). Sum of RGB (Red+Green+Blue) = 1+84+253=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #0154FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0154FD is #FEAB02. Grayscale: #4D4D4D. Windows color (decimal): -16689923 or 16602113. OLE color: 16602113.

HSL color Cylindrical-coordinate representation of color #0154FD: hue angle of 220.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0154FD is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 84 253 -
CMYK 1.00 0.67 0 0.01
HSL 220.24º 0.99% 0.5% -
HSV(B) 220.24º 1% 0.99% -
XYZ 20.91 13.44 94.42 -
YUV 78.45 226.5 72.76 -
System Red Green Blue C M Y K H S L
Decimal 1 84 253 1.00 0.67 0 0.01 220.24 0.99 0.5
Hex 1 54 FD 64 43 0 1 DC 63 32
Octal 1 124 375 144 103 0 1 334 143 62
Binary 1 1010100 11111101 1100100 1000011 0 1 11011100 1100011 110010

Color Harmonies of #0154FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0154FD

Black with #0154FD

Text Example


Text Example

White with #0154FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0154FD; }

 p { color: rgb(1,84,253); }

 H1.HeaderClassName
 {
   color: #0154FD;
 }
 .AnyTagClassName
 {
   color: #0154FD;
 }
</style>

background-color css

<style>
 a { background-color: #0154FD; }

 a { background-color: rgb(1,84,253); }

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

border-color css

<style>
 span { border-color: #0154FD; }

 span { border-color: rgb(1,84,253); }

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