Html Css Color HEX #1151F4 Navy Blue

📋 copy color: '#1151F4'

red 17 ◦ green 81 ◦ blue 244

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

Shades of Navy Blue #1151F4

Tints of Navy Blue #1151F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 71.35%

R = 4.97%
G = 23.68%
B = 71.35%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1151F4 (or 0x1151F4) is known color: Navy Blue. HEX triplet: 11, 51 and F4. RGB value is (17,81,244). Sum of RGB (Red+Green+Blue) = 17+81+244=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 244 (95.70% from 255 or 71.35% from 342); Max value from RGB is 244 - color contains mainly: blue. Hex color #1151F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1151F4 is #EEAE0B. Grayscale: #4F4F4F. Windows color (decimal): -15642124 or 16011537. OLE color: 16011537.

HSL color Cylindrical-coordinate representation of color #1151F4: hue angle of 223.08º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1151F4 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 81 244 -
CMYK 0.93 0.67 0 0.04
HSL 223.08º 0.91% 0.51% -
HSV(B) 223.08º 0.93% 0.96% -
XYZ 19.5 12.54 86.98 -
YUV 80.45 220.3 82.75 -
System Red Green Blue C M Y K H S L
Decimal 17 81 244 0.93 0.67 0 0.04 223.08 0.91 0.51
Hex 11 51 F4 5D 43 0 4 DF 5B 33
Octal 21 121 364 135 103 0 4 337 133 63
Binary 10001 1010001 11110100 1011101 1000011 0 100 11011111 1011011 110011

Color Harmonies of #1151F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1151F4

Black with #1151F4

Text Example


Text Example

White with #1151F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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