Html Css Color HEX #015DBC Navy Blue

📋 copy color: '#015DBC'

red 1 ◦ green 93 ◦ blue 188

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

Shades of Navy Blue #015DBC

Tints of Navy Blue #015DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.67%

R = 0.35%
G = 32.98%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#015DBC (or 0x015DBC) is known color: Navy Blue. HEX triplet: 01, 5D and BC. RGB value is (1,93,188). Sum of RGB (Red+Green+Blue) = 1+93+188=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #015DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DBC is #FEA243. Grayscale: #4B4B4B. Windows color (decimal): -16687684 or 12344577. OLE color: 12344577.

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

Color convert

RGB 1 93 188 -
CMYK 0.99 0.51 0 0.26
HSL 210.48º 0.99% 0.37% -
HSV(B) 210.48º 0.99% 0.74% -
XYZ 13 11.47 49.1 -
YUV 76.32 191.02 74.28 -
System Red Green Blue C M Y K H S L
Decimal 1 93 188 0.99 0.51 0 0.26 210.48 0.99 0.37
Hex 1 5D BC 63 33 0 1A D2 63 25
Octal 1 135 274 143 63 0 32 322 143 45
Binary 1 1011101 10111100 1100011 110011 0 11010 11010010 1100011 100101

Color Harmonies of #015DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DBC

Black with #015DBC

Text Example


Text Example

White with #015DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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