Html Css Color HEX #1151FD Navy Blue

📋 copy color: '#1151FD'

red 17 ◦ green 81 ◦ blue 253

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

Shades of Navy Blue #1151FD

Tints of Navy Blue #1151FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.08%

 BLUE value IS 253 (99.22% from 255) = 72.08%

R = 4.84%
G = 23.08%
B = 72.08%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1151FD (or 0x1151FD) is known color: Navy Blue. HEX triplet: 11, 51 and FD. RGB value is (17,81,253). Sum of RGB (Red+Green+Blue) = 17+81+253=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #1151FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1151FD is #EEAE02. Grayscale: #505050. Windows color (decimal): -15642115 or 16601361. OLE color: 16601361.

HSL color Cylindrical-coordinate representation of color #1151FD: hue angle of 223.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1151FD is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 81 253 -
CMYK 0.93 0.68 0 0.01
HSL 223.73º 0.98% 0.53% -
HSV(B) 223.73º 0.93% 0.99% -
XYZ 20.9 13.1 94.35 -
YUV 81.47 224.8 82.01 -
System Red Green Blue C M Y K H S L
Decimal 17 81 253 0.93 0.68 0 0.01 223.73 0.98 0.53
Hex 11 51 FD 5D 44 0 1 E0 62 35
Octal 21 121 375 135 104 0 1 340 142 65
Binary 10001 1010001 11111101 1011101 1000100 0 1 11100000 1100010 110101

Color Harmonies of #1151FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1151FD

Black with #1151FD

Text Example


Text Example

White with #1151FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1151FD; }

 p { color: rgb(17,81,253); }

 H1.HeaderClassName
 {
   color: #1151FD;
 }
 .AnyTagClassName
 {
   color: #1151FD;
 }
</style>

background-color css

<style>
 a { background-color: #1151FD; }

 a { background-color: rgb(17,81,253); }

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

border-color css

<style>
 span { border-color: #1151FD; }

 span { border-color: rgb(17,81,253); }

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