Html Css Color HEX #015DBF Navy Blue

📋 copy color: '#015DBF'

red 1 ◦ green 93 ◦ blue 191

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

Shades of Navy Blue #015DBF

Tints of Navy Blue #015DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.02%

R = 0.35%
G = 32.63%
B = 67.02%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#015DBF (or 0x015DBF) is known color: Navy Blue. HEX triplet: 01, 5D and BF. RGB value is (1,93,191). Sum of RGB (Red+Green+Blue) = 1+93+191=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #015DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DBF is #FEA240. Grayscale: #4C4C4C. Windows color (decimal): -16687681 or 12541185. OLE color: 12541185.

HSL color Cylindrical-coordinate representation of color #015DBF: hue angle of 210.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DBF is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 93 191 -
CMYK 0.99 0.51 0 0.25
HSL 210.95º 0.99% 0.38% -
HSV(B) 210.95º 0.99% 0.75% -
XYZ 13.33 11.6 50.83 -
YUV 76.66 192.52 74.03 -
System Red Green Blue C M Y K H S L
Decimal 1 93 191 0.99 0.51 0 0.25 210.95 0.99 0.38
Hex 1 5D BF 63 33 0 19 D3 63 26
Octal 1 135 277 143 63 0 31 323 143 46
Binary 1 1011101 10111111 1100011 110011 0 11001 11010011 1100011 100110

Color Harmonies of #015DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DBF

Black with #015DBF

Text Example


Text Example

White with #015DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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