Html Css Color HEX #015CEB Navy Blue

📋 copy color: '#015CEB'

red 1 ◦ green 92 ◦ blue 235

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

Shades of Navy Blue #015CEB

Tints of Navy Blue #015CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.65%

R = 0.3%
G = 28.05%
B = 71.65%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#015CEB (or 0x015CEB) is known color: Navy Blue. HEX triplet: 01, 5C and EB. RGB value is (1,92,235). Sum of RGB (Red+Green+Blue) = 1+92+235=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #015CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CEB is #FEA314. Grayscale: #505050. Windows color (decimal): -16687893 or 15424513. OLE color: 15424513.

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

Color convert

RGB 1 92 235 -
CMYK 1.00 0.61 0 0.08
HSL 216.67º 0.99% 0.46% -
HSV(B) 216.67º 1% 0.92% -
XYZ 18.84 13.66 80.24 -
YUV 81.09 214.85 70.87 -
System Red Green Blue C M Y K H S L
Decimal 1 92 235 1.00 0.61 0 0.08 216.67 0.99 0.46
Hex 1 5C EB 64 3D 0 8 D9 63 2E
Octal 1 134 353 144 75 0 10 331 143 56
Binary 1 1011100 11101011 1100100 111101 0 1000 11011001 1100011 101110

Color Harmonies of #015CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CEB

Black with #015CEB

Text Example


Text Example

White with #015CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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