Html Css Color HEX #1154FB Navy Blue

📋 copy color: '#1154FB'

red 17 ◦ green 84 ◦ blue 251

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

Shades of Navy Blue #1154FB

Tints of Navy Blue #1154FB

RGB

 RED value IS 17 (7.03% from 255) = 4.83%

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 4.83%
G = 23.86%
B = 71.31%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1154FB (or 0x1154FB) is known color: Navy Blue. HEX triplet: 11, 54 and FB. RGB value is (17,84,251). Sum of RGB (Red+Green+Blue) = 17+84+251=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #1154FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1154FB is #EEAB04. Grayscale: #525252. Windows color (decimal): -15641349 or 16471057. OLE color: 16471057.

HSL color Cylindrical-coordinate representation of color #1154FB: hue angle of 222.82º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1154FB is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 84 251 -
CMYK 0.93 0.67 0 0.02
HSL 222.82º 0.97% 0.53% -
HSV(B) 222.82º 0.93% 0.98% -
XYZ 20.81 13.42 92.76 -
YUV 83.01 222.8 80.92 -
System Red Green Blue C M Y K H S L
Decimal 17 84 251 0.93 0.67 0 0.02 222.82 0.97 0.53
Hex 11 54 FB 5D 43 0 2 DF 61 35
Octal 21 124 373 135 103 0 2 337 141 65
Binary 10001 1010100 11111011 1011101 1000011 0 10 11011111 1100001 110101

Color Harmonies of #1154FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1154FB

Black with #1154FB

Text Example


Text Example

White with #1154FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1154FB; }

 p { color: rgb(17,84,251); }

 H1.HeaderClassName
 {
   color: #1154FB;
 }
 .AnyTagClassName
 {
   color: #1154FB;
 }
</style>

background-color css

<style>
 a { background-color: #1154FB; }

 a { background-color: rgb(17,84,251); }

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

border-color css

<style>
 span { border-color: #1154FB; }

 span { border-color: rgb(17,84,251); }

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