Html Css Color HEX #115AF3 Navy Blue

📋 copy color: '#115AF3'

red 17 ◦ green 90 ◦ blue 243

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

Shades of Navy Blue #115AF3

Tints of Navy Blue #115AF3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.71%

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

R = 4.86%
G = 25.71%
B = 69.43%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#115AF3 (or 0x115AF3) is known color: Navy Blue. HEX triplet: 11, 5A and F3. RGB value is (17,90,243). Sum of RGB (Red+Green+Blue) = 17+90+243=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 243 (95.31% from 255 or 69.43% from 350); Max value from RGB is 243 - color contains mainly: blue. Hex color #115AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AF3 is #EEA50C. Grayscale: #545454. Windows color (decimal): -15639821 or 15948305. OLE color: 15948305.

HSL color Cylindrical-coordinate representation of color #115AF3: hue angle of 220.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115AF3 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 90 243 -
CMYK 0.93 0.63 0 0.05
HSL 220.62º 0.9% 0.51% -
HSV(B) 220.62º 0.93% 0.95% -
XYZ 20.06 13.9 86.42 -
YUV 85.62 216.82 79.06 -
System Red Green Blue C M Y K H S L
Decimal 17 90 243 0.93 0.63 0 0.05 220.62 0.9 0.51
Hex 11 5A F3 5D 3F 0 5 DD 5A 33
Octal 21 132 363 135 77 0 5 335 132 63
Binary 10001 1011010 11110011 1011101 111111 0 101 11011101 1011010 110011

Color Harmonies of #115AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AF3

Black with #115AF3

Text Example


Text Example

White with #115AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115AF3; }

 p { color: rgb(17,90,243); }

 H1.HeaderClassName
 {
   color: #115AF3;
 }
 .AnyTagClassName
 {
   color: #115AF3;
 }
</style>

background-color css

<style>
 a { background-color: #115AF3; }

 a { background-color: rgb(17,90,243); }

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

border-color css

<style>
 span { border-color: #115AF3; }

 span { border-color: rgb(17,90,243); }

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