Html Css Color HEX #015EEA Navy Blue

📋 copy color: '#015EEA'

red 1 ◦ green 94 ◦ blue 234

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

Shades of Navy Blue #015EEA

Tints of Navy Blue #015EEA

RGB

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

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

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

R = 0.3%
G = 28.57%
B = 71.12%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#015EEA (or 0x015EEA) is known color: Navy Blue. HEX triplet: 01, 5E and EA. RGB value is (1,94,234). Sum of RGB (Red+Green+Blue) = 1+94+234=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #015EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EEA is #FEA115. Grayscale: #515151. Windows color (decimal): -16687382 or 15359489. OLE color: 15359489.

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

Color convert

RGB 1 94 234 -
CMYK 1.00 0.60 0 0.08
HSL 216.05º 0.99% 0.46% -
HSV(B) 216.05º 1% 0.92% -
XYZ 18.87 13.95 79.54 -
YUV 82.15 213.69 70.12 -
System Red Green Blue C M Y K H S L
Decimal 1 94 234 1.00 0.60 0 0.08 216.05 0.99 0.46
Hex 1 5E EA 64 3C 0 8 D8 63 2E
Octal 1 136 352 144 74 0 10 330 143 56
Binary 1 1011110 11101010 1100100 111100 0 1000 11011000 1100011 101110

Color Harmonies of #015EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EEA

Black with #015EEA

Text Example


Text Example

White with #015EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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