Html Css Color HEX #015CEE Navy Blue

📋 copy color: '#015CEE'

red 1 ◦ green 92 ◦ blue 238

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

Shades of Navy Blue #015CEE

Tints of Navy Blue #015CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.9%

R = 0.3%
G = 27.79%
B = 71.9%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#015CEE (or 0x015CEE) is known color: Navy Blue. HEX triplet: 01, 5C and EE. RGB value is (1,92,238). Sum of RGB (Red+Green+Blue) = 1+92+238=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #015CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CEE is #FEA311. Grayscale: #505050. Windows color (decimal): -16687890 or 15621121. OLE color: 15621121.

HSL color Cylindrical-coordinate representation of color #015CEE: hue angle of 216.96º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CEE is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 92 238 -
CMYK 1.00 0.61 0 0.07
HSL 216.96º 0.99% 0.47% -
HSV(B) 216.96º 1% 0.93% -
XYZ 19.27 13.83 82.54 -
YUV 81.44 216.35 70.63 -
System Red Green Blue C M Y K H S L
Decimal 1 92 238 1.00 0.61 0 0.07 216.96 0.99 0.47
Hex 1 5C EE 64 3D 0 7 D9 63 2F
Octal 1 134 356 144 75 0 7 331 143 57
Binary 1 1011100 11101110 1100100 111101 0 111 11011001 1100011 101111

Color Harmonies of #015CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CEE

Black with #015CEE

Text Example


Text Example

White with #015CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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