Html Css Color HEX #015DCE Navy Blue

📋 copy color: '#015DCE'

red 1 ◦ green 93 ◦ blue 206

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

Shades of Navy Blue #015DCE

Tints of Navy Blue #015DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 0.33%
G = 31%
B = 68.67%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#015DCE (or 0x015DCE) is known color: Navy Blue. HEX triplet: 01, 5D and CE. RGB value is (1,93,206). Sum of RGB (Red+Green+Blue) = 1+93+206=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #015DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DCE is #FEA231. Grayscale: #4D4D4D. Windows color (decimal): -16687666 or 13524225. OLE color: 13524225.

HSL color Cylindrical-coordinate representation of color #015DCE: hue angle of 213.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DCE is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 93 206 -
CMYK 1.00 0.55 0 0.19
HSL 213.07º 0.99% 0.41% -
HSV(B) 213.07º 1% 0.81% -
XYZ 15.07 12.29 59.97 -
YUV 78.37 200.02 72.81 -
System Red Green Blue C M Y K H S L
Decimal 1 93 206 1.00 0.55 0 0.19 213.07 0.99 0.41
Hex 1 5D CE 64 37 0 13 D5 63 29
Octal 1 135 316 144 67 0 23 325 143 51
Binary 1 1011101 11001110 1100100 110111 0 10011 11010101 1100011 101001

Color Harmonies of #015DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DCE

Black with #015DCE

Text Example


Text Example

White with #015DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,93,206); }

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

background-color css

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

 a { background-color: rgb(1,93,206); }

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

border-color css

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

 span { border-color: rgb(1,93,206); }

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