Html Css Color HEX #154AF2 Navy Blue

📋 copy color: '#154AF2'

red 21 ◦ green 74 ◦ blue 242

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

Shades of Navy Blue #154AF2

Tints of Navy Blue #154AF2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 242 (94.92% from 255) = 71.81%

R = 6.23%
G = 21.96%
B = 71.81%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#154AF2 (or 0x154AF2) is known color: Navy Blue. HEX triplet: 15, 4A and F2. RGB value is (21,74,242). Sum of RGB (Red+Green+Blue) = 21+74+242=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #154AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154AF2 is #EAB50D. Grayscale: #4C4C4C. Windows color (decimal): -15381774 or 15878677. OLE color: 15878677.

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

Color convert

RGB 21 74 242 -
CMYK 0.91 0.69 0 0.05
HSL 225.61º 0.89% 0.52% -
HSV(B) 225.61º 0.91% 0.95% -
XYZ 18.79 11.47 85.23 -
YUV 77.31 220.94 87.84 -
System Red Green Blue C M Y K H S L
Decimal 21 74 242 0.91 0.69 0 0.05 225.61 0.89 0.52
Hex 15 4A F2 5B 45 0 5 E2 59 34
Octal 25 112 362 133 105 0 5 342 131 64
Binary 10101 1001010 11110010 1011011 1000101 0 101 11100010 1011001 110100

Color Harmonies of #154AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AF2

Black with #154AF2

Text Example


Text Example

White with #154AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,74,242); }

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

background-color css

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

 a { background-color: rgb(21,74,242); }

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

border-color css

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

 span { border-color: rgb(21,74,242); }

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