Html Css Color HEX #015FEA Navy Blue

📋 copy color: '#015FEA'

red 1 ◦ green 95 ◦ blue 234

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

Shades of Navy Blue #015FEA

Tints of Navy Blue #015FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

 BLUE value IS 234 (91.8% from 255) = 70.91%

R = 0.3%
G = 28.79%
B = 70.91%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#015FEA (or 0x015FEA) is known color: Navy Blue. HEX triplet: 01, 5F and EA. RGB value is (1,95,234). Sum of RGB (Red+Green+Blue) = 1+95+234=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #015FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FEA is #FEA015. Grayscale: #525252. Windows color (decimal): -16687126 or 15359745. OLE color: 15359745.

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

Color convert

RGB 1 95 234 -
CMYK 1.00 0.59 0 0.08
HSL 215.79º 0.99% 0.46% -
HSV(B) 215.79º 1% 0.92% -
XYZ 18.96 14.13 79.57 -
YUV 82.74 213.36 69.7 -
System Red Green Blue C M Y K H S L
Decimal 1 95 234 1.00 0.59 0 0.08 215.79 0.99 0.46
Hex 1 5F EA 64 3B 0 8 D8 63 2E
Octal 1 137 352 144 73 0 10 330 143 56
Binary 1 1011111 11101010 1100100 111011 0 1000 11011000 1100011 101110

Color Harmonies of #015FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FEA

Black with #015FEA

Text Example


Text Example

White with #015FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,95,234); }

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

background-color css

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

 a { background-color: rgb(1,95,234); }

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

border-color css

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

 span { border-color: rgb(1,95,234); }

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