Html Css Color HEX #015FDA Navy Blue

📋 copy color: '#015FDA'

red 1 ◦ green 95 ◦ blue 218

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

Shades of Navy Blue #015FDA

Tints of Navy Blue #015FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.25%

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

R = 0.32%
G = 30.25%
B = 69.43%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#015FDA (or 0x015FDA) is known color: Navy Blue. HEX triplet: 01, 5F and DA. RGB value is (1,95,218). Sum of RGB (Red+Green+Blue) = 1+95+218=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #015FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FDA is #FEA025. Grayscale: #505050. Windows color (decimal): -16687142 or 14311169. OLE color: 14311169.

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

Color convert

RGB 1 95 218 -
CMYK 1.00 0.56 0 0.15
HSL 214.01º 0.99% 0.43% -
HSV(B) 214.01º 1% 0.85% -
XYZ 16.76 13.25 68 -
YUV 80.92 205.36 71 -
System Red Green Blue C M Y K H S L
Decimal 1 95 218 1.00 0.56 0 0.15 214.01 0.99 0.43
Hex 1 5F DA 64 38 0 F D6 63 2B
Octal 1 137 332 144 70 0 17 326 143 53
Binary 1 1011111 11011010 1100100 111000 0 1111 11010110 1100011 101011

Color Harmonies of #015FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FDA

Black with #015FDA

Text Example


Text Example

White with #015FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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