Html Css Color HEX #015BC3 Navy Blue

📋 copy color: '#015BC3'

red 1 ◦ green 91 ◦ blue 195

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

Shades of Navy Blue #015BC3

Tints of Navy Blue #015BC3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

 BLUE value IS 195 (76.56% from 255) = 67.94%

R = 0.35%
G = 31.71%
B = 67.94%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#015BC3 (or 0x015BC3) is known color: Navy Blue. HEX triplet: 01, 5B and C3. RGB value is (1,91,195). Sum of RGB (Red+Green+Blue) = 1+91+195=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 195 (76.56% from 255 or 67.94% from 287); Max value from RGB is 195 - color contains mainly: blue. Hex color #015BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BC3 is #FEA43C. Grayscale: #4B4B4B. Windows color (decimal): -16688189 or 12802817. OLE color: 12802817.

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

Color convert

RGB 1 91 195 -
CMYK 0.99 0.53 0 0.24
HSL 212.16º 0.99% 0.38% -
HSV(B) 212.16º 0.99% 0.76% -
XYZ 13.6 11.43 53.12 -
YUV 75.95 195.18 74.54 -
System Red Green Blue C M Y K H S L
Decimal 1 91 195 0.99 0.53 0 0.24 212.16 0.99 0.38
Hex 1 5B C3 63 35 0 18 D4 63 26
Octal 1 133 303 143 65 0 30 324 143 46
Binary 1 1011011 11000011 1100011 110101 0 11000 11010100 1100011 100110

Color Harmonies of #015BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BC3

Black with #015BC3

Text Example


Text Example

White with #015BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,91,195); }

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

background-color css

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

 a { background-color: rgb(1,91,195); }

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

border-color css

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

 span { border-color: rgb(1,91,195); }

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