Html Css Color HEX #015CE6 Navy Blue

📋 copy color: '#015CE6'

red 1 ◦ green 92 ◦ blue 230

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

Shades of Navy Blue #015CE6

Tints of Navy Blue #015CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 71.21%

R = 0.31%
G = 28.48%
B = 71.21%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#015CE6 (or 0x015CE6) is known color: Navy Blue. HEX triplet: 01, 5C and E6. RGB value is (1,92,230). Sum of RGB (Red+Green+Blue) = 1+92+230=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 230 (90.23% from 255 or 71.21% from 323); Max value from RGB is 230 - color contains mainly: blue. Hex color #015CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CE6 is #FEA319. Grayscale: #4F4F4F. Windows color (decimal): -16687898 or 15096833. OLE color: 15096833.

HSL color Cylindrical-coordinate representation of color #015CE6: hue angle of 216.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CE6 is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 92 230 -
CMYK 1.00 0.60 0 0.10
HSL 216.16º 0.99% 0.45% -
HSV(B) 216.16º 1% 0.9% -
XYZ 18.12 13.37 76.49 -
YUV 80.52 212.35 71.28 -
System Red Green Blue C M Y K H S L
Decimal 1 92 230 1.00 0.60 0 0.10 216.16 0.99 0.45
Hex 1 5C E6 64 3C 0 A D8 63 2D
Octal 1 134 346 144 74 0 12 330 143 55
Binary 1 1011100 11100110 1100100 111100 0 1010 11011000 1100011 101101

Color Harmonies of #015CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CE6

Black with #015CE6

Text Example


Text Example

White with #015CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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