Html Css Color HEX #015CE8 Navy Blue

📋 copy color: '#015CE8'

red 1 ◦ green 92 ◦ blue 232

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

Shades of Navy Blue #015CE8

Tints of Navy Blue #015CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 71.38%

R = 0.31%
G = 28.31%
B = 71.38%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#015CE8 (or 0x015CE8) is known color: Navy Blue. HEX triplet: 01, 5C and E8. RGB value is (1,92,232). Sum of RGB (Red+Green+Blue) = 1+92+232=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #015CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CE8 is #FEA317. Grayscale: #505050. Windows color (decimal): -16687896 or 15227905. OLE color: 15227905.

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

Color convert

RGB 1 92 232 -
CMYK 1.00 0.60 0 0.09
HSL 216.36º 0.99% 0.46% -
HSV(B) 216.36º 1% 0.91% -
XYZ 18.41 13.49 77.98 -
YUV 80.75 213.35 71.12 -
System Red Green Blue C M Y K H S L
Decimal 1 92 232 1.00 0.60 0 0.09 216.36 0.99 0.46
Hex 1 5C E8 64 3C 0 9 D8 63 2E
Octal 1 134 350 144 74 0 11 330 143 56
Binary 1 1011100 11101000 1100100 111100 0 1001 11011000 1100011 101110

Color Harmonies of #015CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CE8

Black with #015CE8

Text Example


Text Example

White with #015CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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