Html Css Color HEX #015CEF Navy Blue

📋 copy color: '#015CEF'

red 1 ◦ green 92 ◦ blue 239

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

Shades of Navy Blue #015CEF

Tints of Navy Blue #015CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 0.3%
G = 27.71%
B = 71.99%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#015CEF (or 0x015CEF) is known color: Navy Blue. HEX triplet: 01, 5C and EF. RGB value is (1,92,239). Sum of RGB (Red+Green+Blue) = 1+92+239=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #015CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CEF is #FEA310. Grayscale: #505050. Windows color (decimal): -16687889 or 15686657. OLE color: 15686657.

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

Color convert

RGB 1 92 239 -
CMYK 1.00 0.62 0 0.06
HSL 217.06º 0.99% 0.47% -
HSV(B) 217.06º 1% 0.94% -
XYZ 19.42 13.89 83.32 -
YUV 81.55 216.85 70.55 -
System Red Green Blue C M Y K H S L
Decimal 1 92 239 1.00 0.62 0 0.06 217.06 0.99 0.47
Hex 1 5C EF 64 3E 0 6 D9 63 2F
Octal 1 134 357 144 76 0 6 331 143 57
Binary 1 1011100 11101111 1100100 111110 0 110 11011001 1100011 101111

Color Harmonies of #015CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CEF

Black with #015CEF

Text Example


Text Example

White with #015CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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