Html Css Color HEX #154CF3 Navy Blue

📋 copy color: '#154CF3'

red 21 ◦ green 76 ◦ blue 243

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

Shades of Navy Blue #154CF3

Tints of Navy Blue #154CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.47%

R = 6.18%
G = 22.35%
B = 71.47%

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

#154CF3 (or 0x154CF3) is known color: Navy Blue. HEX triplet: 15, 4C and F3. RGB value is (21,76,243). Sum of RGB (Red+Green+Blue) = 21+76+243=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #154CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CF3 is #EAB30C. Grayscale: #4D4D4D. Windows color (decimal): -15381261 or 15944725. OLE color: 15944725.

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

Color convert

RGB 21 76 243 -
CMYK 0.91 0.69 0 0.05
HSL 225.14º 0.9% 0.52% -
HSV(B) 225.14º 0.91% 0.95% -
XYZ 19.07 11.8 86.07 -
YUV 78.59 220.78 86.92 -
System Red Green Blue C M Y K H S L
Decimal 21 76 243 0.91 0.69 0 0.05 225.14 0.9 0.52
Hex 15 4C F3 5B 45 0 5 E1 5A 34
Octal 25 114 363 133 105 0 5 341 132 64
Binary 10101 1001100 11110011 1011011 1000101 0 101 11100001 1011010 110100

Color Harmonies of #154CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CF3

Black with #154CF3

Text Example


Text Example

White with #154CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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