Html Css Color HEX #015FBB Navy Blue

📋 copy color: '#015FBB'

red 1 ◦ green 95 ◦ blue 187

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

Shades of Navy Blue #015FBB

Tints of Navy Blue #015FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.08%

R = 0.35%
G = 33.57%
B = 66.08%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#015FBB (or 0x015FBB) is known color: Navy Blue. HEX triplet: 01, 5F and BB. RGB value is (1,95,187). Sum of RGB (Red+Green+Blue) = 1+95+187=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #015FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FBB is #FEA044. Grayscale: #4C4C4C. Windows color (decimal): -16687173 or 12279553. OLE color: 12279553.

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

Color convert

RGB 1 95 187 -
CMYK 0.99 0.49 0 0.27
HSL 209.68º 0.99% 0.37% -
HSV(B) 209.68º 0.99% 0.73% -
XYZ 13.07 11.78 48.6 -
YUV 77.38 189.86 73.52 -
System Red Green Blue C M Y K H S L
Decimal 1 95 187 0.99 0.49 0 0.27 209.68 0.99 0.37
Hex 1 5F BB 63 31 0 1B D2 63 25
Octal 1 137 273 143 61 0 33 322 143 45
Binary 1 1011111 10111011 1100011 110001 0 11011 11010010 1100011 100101

Color Harmonies of #015FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FBB

Black with #015FBB

Text Example


Text Example

White with #015FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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