Html Css Color HEX #1153FF Navy Blue

📋 copy color: '#1153FF'

red 17 ◦ green 83 ◦ blue 255

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

Shades of Navy Blue #1153FF

Tints of Navy Blue #1153FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 255 (100% from 255) = 71.83%

R = 4.79%
G = 23.38%
B = 71.83%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1153FF (or 0x1153FF) is known color: Navy Blue. HEX triplet: 11, 53 and FF. RGB value is (17,83,255). Sum of RGB (Red+Green+Blue) = 17+83+255=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #1153FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1153FF is #EEAC00. Grayscale: #525252. Windows color (decimal): -15641601 or 16732945. OLE color: 16732945.

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

Color convert

RGB 17 83 255 -
CMYK 0.93 0.67 0 0
HSL 223.36º 1% 0.53% -
HSV(B) 223.36º 0.93% 1% -
XYZ 21.37 13.53 96.09 -
YUV 82.87 225.13 81.01 -
System Red Green Blue C M Y K H S L
Decimal 17 83 255 0.93 0.67 0 0 223.36 1 0.53
Hex 11 53 FF 5D 43 0 0 DF 64 35
Octal 21 123 377 135 103 0 0 337 144 65
Binary 10001 1010011 11111111 1011101 1000011 0 0 11011111 1100100 110101

Color Harmonies of #1153FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1153FF

Black with #1153FF

Text Example


Text Example

White with #1153FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1153FF; }

 p { color: rgb(17,83,255); }

 H1.HeaderClassName
 {
   color: #1153FF;
 }
 .AnyTagClassName
 {
   color: #1153FF;
 }
</style>

background-color css

<style>
 a { background-color: #1153FF; }

 a { background-color: rgb(17,83,255); }

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

border-color css

<style>
 span { border-color: #1153FF; }

 span { border-color: rgb(17,83,255); }

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