Html Css Color HEX #015CBA Navy Blue

📋 copy color: '#015CBA'

red 1 ◦ green 92 ◦ blue 186

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

Shades of Navy Blue #015CBA

Tints of Navy Blue #015CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

 BLUE value IS 186 (73.05% from 255) = 66.67%

R = 0.36%
G = 32.97%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#015CBA (or 0x015CBA) is known color: Navy Blue. HEX triplet: 01, 5C and BA. RGB value is (1,92,186). Sum of RGB (Red+Green+Blue) = 1+92+186=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #015CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CBA is #FEA345. Grayscale: #4B4B4B. Windows color (decimal): -16687942 or 12213249. OLE color: 12213249.

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

Color convert

RGB 1 92 186 -
CMYK 0.99 0.51 0 0.27
HSL 210.49º 0.99% 0.37% -
HSV(B) 210.49º 0.99% 0.73% -
XYZ 12.7 11.21 47.95 -
YUV 75.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 1 92 186 0.99 0.51 0 0.27 210.49 0.99 0.37
Hex 1 5C BA 63 33 0 1B D2 63 25
Octal 1 134 272 143 63 0 33 322 143 45
Binary 1 1011100 10111010 1100011 110011 0 11011 11010010 1100011 100101

Color Harmonies of #015CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CBA

Black with #015CBA

Text Example


Text Example

White with #015CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,92,186); }

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

background-color css

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

 a { background-color: rgb(1,92,186); }

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

border-color css

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

 span { border-color: rgb(1,92,186); }

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