Html Css Color HEX #0145FD Navy Blue

📋 copy color: '#0145FD'

red 1 ◦ green 69 ◦ blue 253

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

Shades of Navy Blue #0145FD

Tints of Navy Blue #0145FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 0.31%
G = 21.36%
B = 78.33%

CMYK

 C value IS 1.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0145FD (or 0x0145FD) is known color: Navy Blue. HEX triplet: 01, 45 and FD. RGB value is (1,69,253). Sum of RGB (Red+Green+Blue) = 1+69+253=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #0145FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0145FD is #FEBA02. Grayscale: #444444. Windows color (decimal): -16693763 or 16598273. OLE color: 16598273.

HSL color Cylindrical-coordinate representation of color #0145FD: hue angle of 223.81º 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 #0145FD is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 69 253 -
CMYK 1.00 0.73 0 0.01
HSL 223.81º 0.99% 0.5% -
HSV(B) 223.81º 1% 0.99% -
XYZ 19.87 11.35 94.07 -
YUV 69.64 231.47 79.04 -
System Red Green Blue C M Y K H S L
Decimal 1 69 253 1.00 0.73 0 0.01 223.81 0.99 0.5
Hex 1 45 FD 64 49 0 1 E0 63 32
Octal 1 105 375 144 111 0 1 340 143 62
Binary 1 1000101 11111101 1100100 1001001 0 1 11100000 1100011 110010

Color Harmonies of #0145FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0145FD

Black with #0145FD

Text Example


Text Example

White with #0145FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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