#0153D8

Color #0153D8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0153D8

Tints of Navy Blue #0153D8

Color information

#0153D8 (or 0x0153D8) is unknown color: approx Navy Blue. HEX triplet: 01, 53 and D8. RGB value is (1,83,216). Sum of RGB (Red+Green+Blue) = 1+83+216=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 216 (84.77% from 255 or 72% from 300); Max value from RGB is 216 - color contains mainly: blue. Hex color #0153D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153D8 is #FEAC27. Grayscale: #494949. Windows color (decimal): -16690216 or 14177025. OLE color: 14177025.

HSL color Cylindrical-coordinate representation of color #0153D8: hue angle of 217.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0153D8 is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183216-
CMYK1.000.6200.15
HSL217.12º99.08%42.55%-
HSV(B)217.12º99.54%84.71%-
XYZ15.511.1566.3-
YUV73.64208.3376.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 216 (84.77% from 255) = 72%
R=0.33%
G=27.67%
B=72%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832161.000.6200.15217.1299.0842.55
Hex153D8643E0Fd9632b
Octal11233301447601733114353
Binary1101001111011000110010011111001111110110011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0153D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0153D8; }

 p { color: rgb(1,83,216); }

 H1.HeaderClassName
 {
   color: #0153D8;
 }
 .AnyTagClassName
 {
   color: #0153D8;
 }
</style>
background-color css

<style>
 a { background-color: #0153D8; }

 a { background-color: rgb(1,83,216); }

 div.DivClassName
 {
   background-color: #0153D8;
 }
 .BgClassName
 {
   background-color: #0153D8;
 }
</style>
border-color css

<style>
 span { border-color: #0153D8; }

 span { border-color: rgb(1,83,216); }

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