Html Css Color HEX #154FF1 Navy Blue

📋 copy color: '#154FF1'

red 21 ◦ green 79 ◦ blue 241

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

Shades of Navy Blue #154FF1

Tints of Navy Blue #154FF1

RGB

 RED value IS 21 (8.59% from 255) = 6.16%

 GREEN value IS 79 (31.25% from 255) = 23.17%

 BLUE value IS 241 (94.53% from 255) = 70.67%

R = 6.16%
G = 23.17%
B = 70.67%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#154FF1 (or 0x154FF1) is known color: Navy Blue. HEX triplet: 15, 4F and F1. RGB value is (21,79,241). Sum of RGB (Red+Green+Blue) = 21+79+241=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #154FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FF1 is #EAB00E. Grayscale: #4F4F4F. Windows color (decimal): -15380495 or 15814421. OLE color: 15814421.

HSL color Cylindrical-coordinate representation of color #154FF1: hue angle of 224.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154FF1 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 79 241 -
CMYK 0.91 0.67 0 0.05
HSL 224.18º 0.89% 0.51% -
HSV(B) 224.18º 0.91% 0.95% -
XYZ 18.98 12.1 84.55 -
YUV 80.13 218.78 85.83 -
System Red Green Blue C M Y K H S L
Decimal 21 79 241 0.91 0.67 0 0.05 224.18 0.89 0.51
Hex 15 4F F1 5B 43 0 5 E0 59 33
Octal 25 117 361 133 103 0 5 340 131 63
Binary 10101 1001111 11110001 1011011 1000011 0 101 11100000 1011001 110011

Color Harmonies of #154FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FF1

Black with #154FF1

Text Example


Text Example

White with #154FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154FF1; }

 p { color: rgb(21,79,241); }

 H1.HeaderClassName
 {
   color: #154FF1;
 }
 .AnyTagClassName
 {
   color: #154FF1;
 }
</style>

background-color css

<style>
 a { background-color: #154FF1; }

 a { background-color: rgb(21,79,241); }

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

border-color css

<style>
 span { border-color: #154FF1; }

 span { border-color: rgb(21,79,241); }

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