Html Css Color HEX #0148FD Navy Blue

📋 copy color: '#0148FD'

red 1 ◦ green 72 ◦ blue 253

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

Shades of Navy Blue #0148FD

Tints of Navy Blue #0148FD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 0.31%
G = 22.09%
B = 77.61%

CMYK

 C value IS 1.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0148FD (or 0x0148FD) is known color: Navy Blue. HEX triplet: 01, 48 and FD. RGB value is (1,72,253). Sum of RGB (Red+Green+Blue) = 1+72+253=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #0148FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0148FD is #FEB702. Grayscale: #464646. Windows color (decimal): -16692995 or 16599041. OLE color: 16599041.

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

Color convert

RGB 1 72 253 -
CMYK 1.00 0.72 0 0.01
HSL 223.1º 0.99% 0.5% -
HSV(B) 223.1º 1% 0.99% -
XYZ 20.06 11.73 94.14 -
YUV 71.41 230.48 77.78 -
System Red Green Blue C M Y K H S L
Decimal 1 72 253 1.00 0.72 0 0.01 223.1 0.99 0.5
Hex 1 48 FD 64 48 0 1 DF 63 32
Octal 1 110 375 144 110 0 1 337 143 62
Binary 1 1001000 11111101 1100100 1001000 0 1 11011111 1100011 110010

Color Harmonies of #0148FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0148FD

Black with #0148FD

Text Example


Text Example

White with #0148FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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