Html Css Color HEX #015CCE Navy Blue

📋 copy color: '#015CCE'

red 1 ◦ green 92 ◦ blue 206

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

Shades of Navy Blue #015CCE

Tints of Navy Blue #015CCE

RGB

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

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

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

R = 0.33%
G = 30.77%
B = 68.9%

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

#015CCE (or 0x015CCE) is known color: Navy Blue. HEX triplet: 01, 5C and CE. RGB value is (1,92,206). Sum of RGB (Red+Green+Blue) = 1+92+206=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #015CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CCE is #FEA331. Grayscale: #4D4D4D. Windows color (decimal): -16687922 or 13523969. OLE color: 13523969.

HSL color Cylindrical-coordinate representation of color #015CCE: hue angle of 213.37º 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 #015CCE is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 92 206 -
CMYK 1.00 0.55 0 0.19
HSL 213.37º 0.99% 0.41% -
HSV(B) 213.37º 1% 0.81% -
XYZ 14.98 12.12 59.94 -
YUV 77.79 200.35 73.23 -
System Red Green Blue C M Y K H S L
Decimal 1 92 206 1.00 0.55 0 0.19 213.37 0.99 0.41
Hex 1 5C CE 64 37 0 13 D5 63 29
Octal 1 134 316 144 67 0 23 325 143 51
Binary 1 1011100 11001110 1100100 110111 0 10011 11010101 1100011 101001

Color Harmonies of #015CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CCE

Black with #015CCE

Text Example


Text Example

White with #015CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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