Html Css Color HEX #154CF0 Navy Blue

📋 copy color: '#154CF0'

red 21 ◦ green 76 ◦ blue 240

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

Shades of Navy Blue #154CF0

Tints of Navy Blue #154CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 71.22%

R = 6.23%
G = 22.55%
B = 71.22%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#154CF0 (or 0x154CF0) is known color: Navy Blue. HEX triplet: 15, 4C and F0. RGB value is (21,76,240). Sum of RGB (Red+Green+Blue) = 21+76+240=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #154CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CF0 is #EAB30F. Grayscale: #4D4D4D. Windows color (decimal): -15381264 or 15748117. OLE color: 15748117.

HSL color Cylindrical-coordinate representation of color #154CF0: hue angle of 224.93º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154CF0 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 76 240 -
CMYK 0.91 0.68 0 0.06
HSL 224.93º 0.88% 0.51% -
HSV(B) 224.93º 0.91% 0.94% -
XYZ 18.62 11.62 83.7 -
YUV 78.25 219.28 87.16 -
System Red Green Blue C M Y K H S L
Decimal 21 76 240 0.91 0.68 0 0.06 224.93 0.88 0.51
Hex 15 4C F0 5B 44 0 6 E1 58 33
Octal 25 114 360 133 104 0 6 341 130 63
Binary 10101 1001100 11110000 1011011 1000100 0 110 11100001 1011000 110011

Color Harmonies of #154CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CF0

Black with #154CF0

Text Example


Text Example

White with #154CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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