Html Css Color HEX #015EC3 Navy Blue

📋 copy color: '#015EC3'

red 1 ◦ green 94 ◦ blue 195

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

Shades of Navy Blue #015EC3

Tints of Navy Blue #015EC3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 0.34%
G = 32.41%
B = 67.24%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#015EC3 (or 0x015EC3) is known color: Navy Blue. HEX triplet: 01, 5E and C3. RGB value is (1,94,195). Sum of RGB (Red+Green+Blue) = 1+94+195=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 195 (76.56% from 255 or 67.24% from 290); Max value from RGB is 195 - color contains mainly: blue. Hex color #015EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015EC3 is #FEA13C. Grayscale: #4D4D4D. Windows color (decimal): -16687421 or 12803585. OLE color: 12803585.

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

Color convert

RGB 1 94 195 -
CMYK 0.99 0.52 0 0.24
HSL 211.24º 0.99% 0.38% -
HSV(B) 211.24º 0.99% 0.76% -
XYZ 13.87 11.95 53.21 -
YUV 77.71 194.19 73.29 -
System Red Green Blue C M Y K H S L
Decimal 1 94 195 0.99 0.52 0 0.24 211.24 0.99 0.38
Hex 1 5E C3 63 34 0 18 D3 63 26
Octal 1 136 303 143 64 0 30 323 143 46
Binary 1 1011110 11000011 1100011 110100 0 11000 11010011 1100011 100110

Color Harmonies of #015EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EC3

Black with #015EC3

Text Example


Text Example

White with #015EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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