Html Css Color HEX #015ECB Navy Blue

📋 copy color: '#015ECB'

red 1 ◦ green 94 ◦ blue 203

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

Shades of Navy Blue #015ECB

Tints of Navy Blue #015ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 0.34%
G = 31.54%
B = 68.12%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#015ECB (or 0x015ECB) is known color: Navy Blue. HEX triplet: 01, 5E and CB. RGB value is (1,94,203). Sum of RGB (Red+Green+Blue) = 1+94+203=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #015ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ECB is #FEA134. Grayscale: #4E4E4E. Windows color (decimal): -16687413 or 13327873. OLE color: 13327873.

HSL color Cylindrical-coordinate representation of color #015ECB: hue angle of 212.38º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015ECB is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 94 203 -
CMYK 1.00 0.54 0 0.20
HSL 212.38º 0.99% 0.4% -
HSV(B) 212.38º 1% 0.8% -
XYZ 14.79 12.32 58.1 -
YUV 78.62 198.19 72.64 -
System Red Green Blue C M Y K H S L
Decimal 1 94 203 1.00 0.54 0 0.20 212.38 0.99 0.4
Hex 1 5E CB 64 36 0 14 D4 63 28
Octal 1 136 313 144 66 0 24 324 143 50
Binary 1 1011110 11001011 1100100 110110 0 10100 11010100 1100011 101000

Color Harmonies of #015ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ECB

Black with #015ECB

Text Example


Text Example

White with #015ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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