Html Css Color HEX #154CF1 Navy Blue

📋 copy color: '#154CF1'

red 21 ◦ green 76 ◦ blue 241

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

Shades of Navy Blue #154CF1

Tints of Navy Blue #154CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 6.21%
G = 22.49%
B = 71.3%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#154CF1 (or 0x154CF1) is known color: Navy Blue. HEX triplet: 15, 4C and F1. RGB value is (21,76,241). Sum of RGB (Red+Green+Blue) = 21+76+241=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #154CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CF1 is #EAB30E. Grayscale: #4D4D4D. Windows color (decimal): -15381263 or 15813653. OLE color: 15813653.

HSL color Cylindrical-coordinate representation of color #154CF1: hue angle of 225º 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 #154CF1 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 76 241 -
CMYK 0.91 0.68 0 0.05
HSL 225º 0.89% 0.51% -
HSV(B) 225º 0.91% 0.95% -
XYZ 18.77 11.68 84.48 -
YUV 78.37 219.78 87.08 -
System Red Green Blue C M Y K H S L
Decimal 21 76 241 0.91 0.68 0 0.05 225 0.89 0.51
Hex 15 4C F1 5B 44 0 5 E1 59 33
Octal 25 114 361 133 104 0 5 341 131 63
Binary 10101 1001100 11110001 1011011 1000100 0 101 11100001 1011001 110011

Color Harmonies of #154CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CF1

Black with #154CF1

Text Example


Text Example

White with #154CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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