Html Css Color HEX #11305A Sapphire

📋 copy color: '#11305A'

red 17 ◦ green 48 ◦ blue 90

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

Shades of Sapphire #11305A

Tints of Sapphire #11305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 90 (35.55% from 255) = 58.06%

R = 10.97%
G = 30.97%
B = 58.06%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11305A (or 0x11305A) is known color: Sapphire. HEX triplet: 11, 30 and 5A. RGB value is (17,48,90). Sum of RGB (Red+Green+Blue) = 17+48+90=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #11305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11305A is #EECFA5. Grayscale: #2B2B2B. Windows color (decimal): -15650726 or 5910545. OLE color: 5910545.

HSL color Cylindrical-coordinate representation of color #11305A: hue angle of 214.52º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11305A is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 48 90 -
CMYK 0.81 0.47 0 0.65
HSL 214.52º 0.68% 0.21% -
HSV(B) 214.52º 0.81% 0.35% -
XYZ 3.13 2.97 10.08 -
YUV 43.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 17 48 90 0.81 0.47 0 0.65 214.52 0.68 0.21
Hex 11 30 5A 51 2F 0 41 D7 44 15
Octal 21 60 132 121 57 0 101 327 104 25
Binary 10001 110000 1011010 1010001 101111 0 1000001 11010111 1000100 10101

Color Harmonies of #11305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11305A

Black with #11305A

Text Example


Text Example

White with #11305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11305A; }

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

 H1.HeaderClassName
 {
   color: #11305A;
 }
 .AnyTagClassName
 {
   color: #11305A;
 }
</style>

background-color css

<style>
 a { background-color: #11305A; }

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

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

border-color css

<style>
 span { border-color: #11305A; }

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

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