Html Css Color HEX #015DDA Navy Blue

📋 copy color: '#015DDA'

red 1 ◦ green 93 ◦ blue 218

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

Shades of Navy Blue #015DDA

Tints of Navy Blue #015DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 218 (85.55% from 255) = 69.87%

R = 0.32%
G = 29.81%
B = 69.87%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#015DDA (or 0x015DDA) is known color: Navy Blue. HEX triplet: 01, 5D and DA. RGB value is (1,93,218). Sum of RGB (Red+Green+Blue) = 1+93+218=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #015DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DDA is #FEA225. Grayscale: #4F4F4F. Windows color (decimal): -16687654 or 14310657. OLE color: 14310657.

HSL color Cylindrical-coordinate representation of color #015DDA: hue angle of 214.56º 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 #015DDA is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 93 218 -
CMYK 1.00 0.57 0 0.15
HSL 214.56º 0.99% 0.43% -
HSV(B) 214.56º 1% 0.85% -
XYZ 16.58 12.9 67.95 -
YUV 79.74 206.02 71.84 -
System Red Green Blue C M Y K H S L
Decimal 1 93 218 1.00 0.57 0 0.15 214.56 0.99 0.43
Hex 1 5D DA 64 39 0 F D7 63 2B
Octal 1 135 332 144 71 0 17 327 143 53
Binary 1 1011101 11011010 1100100 111001 0 1111 11010111 1100011 101011

Color Harmonies of #015DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DDA

Black with #015DDA

Text Example


Text Example

White with #015DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015DDA; }

 p { color: rgb(1,93,218); }

 H1.HeaderClassName
 {
   color: #015DDA;
 }
 .AnyTagClassName
 {
   color: #015DDA;
 }
</style>

background-color css

<style>
 a { background-color: #015DDA; }

 a { background-color: rgb(1,93,218); }

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

border-color css

<style>
 span { border-color: #015DDA; }

 span { border-color: rgb(1,93,218); }

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