Html Css Color HEX #015ABB Navy Blue

📋 copy color: '#015ABB'

red 1 ◦ green 90 ◦ blue 187

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

Shades of Navy Blue #015ABB

Tints of Navy Blue #015ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.37%

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

R = 0.36%
G = 32.37%
B = 67.27%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#015ABB (or 0x015ABB) is known color: Navy Blue. HEX triplet: 01, 5A and BB. RGB value is (1,90,187). Sum of RGB (Red+Green+Blue) = 1+90+187=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #015ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ABB is #FEA544. Grayscale: #494949. Windows color (decimal): -16688453 or 12278273. OLE color: 12278273.

HSL color Cylindrical-coordinate representation of color #015ABB: hue angle of 211.29º 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 #015ABB is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 90 187 -
CMYK 0.99 0.52 0 0.27
HSL 211.29º 0.99% 0.37% -
HSV(B) 211.29º 0.99% 0.73% -
XYZ 12.64 10.91 48.45 -
YUV 74.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 1 90 187 0.99 0.52 0 0.27 211.29 0.99 0.37
Hex 1 5A BB 63 34 0 1B D3 63 25
Octal 1 132 273 143 64 0 33 323 143 45
Binary 1 1011010 10111011 1100011 110100 0 11011 11010011 1100011 100101

Color Harmonies of #015ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ABB

Black with #015ABB

Text Example


Text Example

White with #015ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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