Html Css Color HEX #0148DD Navy Blue

📋 copy color: '#0148DD'

red 1 ◦ green 72 ◦ blue 221

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

Shades of Navy Blue #0148DD

Tints of Navy Blue #0148DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 75.17%

R = 0.34%
G = 24.49%
B = 75.17%

CMYK

 C value IS 1.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0148DD (or 0x0148DD) is known color: Navy Blue. HEX triplet: 01, 48 and DD. RGB value is (1,72,221). Sum of RGB (Red+Green+Blue) = 1+72+221=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #0148DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0148DD is #FEB722. Grayscale: #434343. Windows color (decimal): -16693027 or 14501889. OLE color: 14501889.

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

Color convert

RGB 1 72 221 -
CMYK 1.00 0.67 0 0.13
HSL 220.64º 0.99% 0.44% -
HSV(B) 220.64º 1% 0.87% -
XYZ 15.38 9.86 69.5 -
YUV 67.76 214.48 80.38 -
System Red Green Blue C M Y K H S L
Decimal 1 72 221 1.00 0.67 0 0.13 220.64 0.99 0.44
Hex 1 48 DD 64 43 0 D DD 63 2C
Octal 1 110 335 144 103 0 15 335 143 54
Binary 1 1001000 11011101 1100100 1000011 0 1101 11011101 1100011 101100

Color Harmonies of #0148DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0148DD

Black with #0148DD

Text Example


Text Example

White with #0148DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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