Html Css Color HEX #015EFA Navy Blue

📋 copy color: '#015EFA'

red 1 ◦ green 94 ◦ blue 250

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

Shades of Navy Blue #015EFA

Tints of Navy Blue #015EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 250 (98.05% from 255) = 72.46%

R = 0.29%
G = 27.25%
B = 72.46%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#015EFA (or 0x015EFA) is known color: Navy Blue. HEX triplet: 01, 5E and FA. RGB value is (1,94,250). Sum of RGB (Red+Green+Blue) = 1+94+250=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #015EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EFA is #FEA105. Grayscale: #535353. Windows color (decimal): -16687366 or 16408065. OLE color: 16408065.

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

Color convert

RGB 1 94 250 -
CMYK 1.00 0.62 0 0.02
HSL 217.59º 0.99% 0.49% -
HSV(B) 217.59º 1% 0.98% -
XYZ 21.27 14.91 92.2 -
YUV 83.98 221.69 68.82 -
System Red Green Blue C M Y K H S L
Decimal 1 94 250 1.00 0.62 0 0.02 217.59 0.99 0.49
Hex 1 5E FA 64 3E 0 2 DA 63 31
Octal 1 136 372 144 76 0 2 332 143 61
Binary 1 1011110 11111010 1100100 111110 0 10 11011010 1100011 110001

Color Harmonies of #015EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EFA

Black with #015EFA

Text Example


Text Example

White with #015EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,250); }

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

background-color css

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

 a { background-color: rgb(1,94,250); }

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

border-color css

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

 span { border-color: rgb(1,94,250); }

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