Html Css Color HEX #0148DC Navy Blue

📋 copy color: '#0148DC'

red 1 ◦ green 72 ◦ blue 220

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

Shades of Navy Blue #0148DC

Tints of Navy Blue #0148DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 75.09%

R = 0.34%
G = 24.57%
B = 75.09%

CMYK

 C value IS 1.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0148DC (or 0x0148DC) is known color: Navy Blue. HEX triplet: 01, 48 and DC. RGB value is (1,72,220). Sum of RGB (Red+Green+Blue) = 1+72+220=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #0148DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0148DC is #FEB723. Grayscale: #424242. Windows color (decimal): -16693028 or 14436353. OLE color: 14436353.

HSL color Cylindrical-coordinate representation of color #0148DC: hue angle of 220.55º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0148DC is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 72 220 -
CMYK 1.00 0.67 0 0.14
HSL 220.55º 0.99% 0.43% -
HSV(B) 220.55º 1% 0.86% -
XYZ 15.25 9.81 68.8 -
YUV 67.64 213.98 80.47 -
System Red Green Blue C M Y K H S L
Decimal 1 72 220 1.00 0.67 0 0.14 220.55 0.99 0.43
Hex 1 48 DC 64 43 0 E DD 63 2B
Octal 1 110 334 144 103 0 16 335 143 53
Binary 1 1001000 11011100 1100100 1000011 0 1110 11011101 1100011 101011

Color Harmonies of #0148DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0148DC

Black with #0148DC

Text Example


Text Example

White with #0148DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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